Shades of Dew #ECF0ED
Tints of Dew #ECF0ED
RGB
CMYK
RGB Variations
Color information
#ECF0ED (or 0xECF0ED) is known color: Dew. HEX triplet: EC, F0 and ED. RGB value is (236,240,237). Sum of RGB (Red+Green+Blue) = 236+240+237=713 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.10% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF0ED is #130F12. Grayscale: #EEEEEE. Windows color (decimal): -1249043 or 15593708. OLE color: 15593708.
HSL color Cylindrical-coordinate representation of color #ECF0ED: hue angle of 135º degrees, saturation: 0.12, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECF0ED is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 240 | 237 | - |
CMYK | 0.02 | 0 | 0.01 | 0.06 |
HSL | 135º | 0.12% | 0.93% | - |
HSV(B) | 135º | 0.02% | 0.94% | - |
XYZ | 81.04 | 86.27 | 92.5 | - |
YUV | 238.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 240 | 237 | 0.02 | 0 | 0.01 | 0.06 | 135 | 0.12 | 0.93 |
Hex | EC | F0 | ED | 2 | 0 | 1 | 6 | 87 | C | 5D |
Octal | 354 | 360 | 355 | 2 | 0 | 1 | 6 | 207 | 14 | 135 |
Binary | 11101100 | 11110000 | 11101101 | 10 | 0 | 1 | 110 | 10000111 | 1100 | 1011101 |
Color Harmonies of #ECF0ED
Complementary color
Monochromatic Colors of #ECF0ED
Black with #ECF0ED
Text Example
Text Example
White with #ECF0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0ED; }
p { color: rgb(236,240,237); }
H1.HeaderClassName
{
color: #ECF0ED;
}
.AnyTagClassName
{
color: #ECF0ED;
}
</style>
background-color css
<style>
a { background-color: #ECF0ED; }
a { background-color: rgb(236,240,237); }
div.DivClassName
{
background-color: #ECF0ED;
}
.BgClassName
{
background-color: #ECF0ED;
}
</style>
border-color css
<style>
span { border-color: #ECF0ED; }
span { border-color: rgb(236,240,237); }
td.TdClassName
{
border-color: #ECF0ED;
}
.TagClassName
{
border-color: #ECF0ED;
}
</style>