#EEFDF0 - #FAFEFA | colorate
colorateはデザイナーや開発者向けの配色ツールです。あなたのインスピレーションを引き出し、よりよい配色の構成に役立ちます。
サイトをよりよくする
Blend #EEFDF0 to #FAFEFA
#EEFDF0と#FAFEFAの二色間の色を演算します。色味の近い色同士では滑らかですが、RGB値をもとにした通常のブレンドでは、色味の遠い色同士の中間の色は彩度が低くなりグレーに近くなります。HSV値をもとにしたブレンドでは、色味の遠い色同士でも彩度の低下はありません。
RGBブレンド
#EEFDF0 - #FAFEFA | colorate
RGB値をもとにした二色間のブレンドです。色味の離れた色同士では、二色間の彩度は低下します。#EEFDF0を0%、#FAFEFAを100%として二色間の色を展開します。
0.0% #EEFDF0 |
RGB 238 253 240 | #EEFDF0 |
16.7% #F0FDF1 |
RGB 240 253 241 | #F0FDF1 |
33.3% #F2FDF3 |
RGB 242 253 243 | #F2FDF3 |
50.0% #F4FDF5 |
RGB 244 253 245 | #F4FDF5 |
66.7% #F6FDF6 |
RGB 246 253 246 | #F6FDF6 |
83.3% #F8FDF8 |
RGB 248 253 248 | #F8FDF8 |
100.0% #FAFEFA |
RGB 250 254 250 | #FAFEFA |
HSVブレンド
#EEFDF0 - #FAFEFA | colorate
HSV値をもとにした二色間のブレンドです。色味の離れた色同士でも、二色間の彩度は低下しません。#EEFDF0を0%、#FAFEFAを100%として二色間の色を展開します。
0.0% #EEFDF0 |
RGB 238 253 240 | #EEFDF0 |
16.7% #EFFDF1 |
RGB 239 253 241 | #EFFDF1 |
33.3% #F1FDF2 |
RGB 241 253 242 | #F1FDF2 |
50.0% #F3FDF4 |
RGB 243 253 244 | #F3FDF4 |
66.7% #F5FDF6 |
RGB 245 253 246 | #F5FDF6 |
83.3% #F7FDF8 |
RGB 247 253 248 | #F7FDF8 |
100.0% #FAFEFA |
RGB 250 254 250 | #FAFEFA |
CSSコード
<style type="text/css"> /* RGB Gradient */ div { background: -moz-linear-gradient(top, #EEFDF0 0%, #FAFEFA 100%); background: -webkit-linear-gradient(top, #EEFDF0 0%, #FAFEFA 100%); background: linear-gradient(to bottom, #EEFDF0 0%, #FAFEFA 100%); } /* HSV Gradient */ div { background: -moz-linear-gradient(top, #EEFDF0 0%, #F3FDF4 50%, #FAFEFA 100%); background: -webkit-linear-gradient(top, #EEFDF0 0%, #F3FDF4 50%, #FAFEFA 100%); background: linear-gradient(to bottom, #EEFDF0 0%, #F3FDF4 50%, #FAFEFA 100%); } </style>