Shades of Dew #ECFDF0
Tints of Dew #ECFDF0
RGB
CMYK
RGB Variations
Color information
#ECFDF0 (or 0xECFDF0) is known color: Dew. HEX triplet: EC, FD and F0. RGB value is (236,253,240). Sum of RGB (Red+Green+Blue) = 236+253+240=729 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.37% from 729); Green value is 253 (99.22% from 255 or 34.71% from 729); Blue value is 240 (94.14% from 255 or 32.92% from 729); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFDF0 is #13020F. Grayscale: #F6F6F6. Windows color (decimal): -1245712 or 15793644. OLE color: 15793644.
HSL color Cylindrical-coordinate representation of color #ECFDF0: hue angle of 134.12º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECFDF0 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 253 | 240 | - |
CMYK | 0.07 | 0 | 0.05 | 0.01 |
HSL | 134.12º | 0.81% | 0.96% | - |
HSV(B) | 134.12º | 0.07% | 0.99% | - |
XYZ | 85.45 | 94.37 | 96.15 | - |
YUV | 246.44 | 124.37 | 120.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 253 | 240 | 0.07 | 0 | 0.05 | 0.01 | 134.12 | 0.81 | 0.96 |
Hex | EC | FD | F0 | 7 | 0 | 5 | 1 | 86 | 51 | 60 |
Octal | 354 | 375 | 360 | 7 | 0 | 5 | 1 | 206 | 121 | 140 |
Binary | 11101100 | 11111101 | 11110000 | 111 | 0 | 101 | 1 | 10000110 | 1010001 | 1100000 |
Color Harmonies of #ECFDF0
Complementary color
Monochromatic Colors of #ECFDF0
Black with #ECFDF0
Text Example
Text Example
White with #ECFDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFDF0; }
p { color: rgb(236,253,240); }
H1.HeaderClassName
{
color: #ECFDF0;
}
.AnyTagClassName
{
color: #ECFDF0;
}
</style>
background-color css
<style>
a { background-color: #ECFDF0; }
a { background-color: rgb(236,253,240); }
div.DivClassName
{
background-color: #ECFDF0;
}
.BgClassName
{
background-color: #ECFDF0;
}
</style>
border-color css
<style>
span { border-color: #ECFDF0; }
span { border-color: rgb(236,253,240); }
td.TdClassName
{
border-color: #ECFDF0;
}
.TagClassName
{
border-color: #ECFDF0;
}
</style>