Shades of Dew #ECF2ED
Tints of Dew #ECF2ED
RGB
CMYK
RGB Variations
Color information
#ECF2ED (or 0xECF2ED) is known color: Dew. HEX triplet: EC, F2 and ED. RGB value is (236,242,237). Sum of RGB (Red+Green+Blue) = 236+242+237=715 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.01% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 237 (92.97% from 255 or 33.15% from 715); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF2ED is #130D12. Grayscale: #EFEFEF. Windows color (decimal): -1248531 or 15594220. OLE color: 15594220.
HSL color Cylindrical-coordinate representation of color #ECF2ED: hue angle of 130º degrees, saturation: 0.19, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECF2ED is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 242 | 237 | - |
CMYK | 0.02 | 0 | 0.02 | 0.05 |
HSL | 130º | 0.19% | 0.94% | - |
HSV(B) | 130º | 0.02% | 0.95% | - |
XYZ | 81.63 | 87.45 | 92.7 | - |
YUV | 239.64 | 126.51 | 125.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 242 | 237 | 0.02 | 0 | 0.02 | 0.05 | 130 | 0.19 | 0.94 |
Hex | EC | F2 | ED | 2 | 0 | 2 | 5 | 82 | 13 | 5E |
Octal | 354 | 362 | 355 | 2 | 0 | 2 | 5 | 202 | 23 | 136 |
Binary | 11101100 | 11110010 | 11101101 | 10 | 0 | 10 | 101 | 10000010 | 10011 | 1011110 |
Color Harmonies of #ECF2ED
Complementary color
Monochromatic Colors of #ECF2ED
Black with #ECF2ED
Text Example
Text Example
White with #ECF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2ED; }
p { color: rgb(236,242,237); }
H1.HeaderClassName
{
color: #ECF2ED;
}
.AnyTagClassName
{
color: #ECF2ED;
}
</style>
background-color css
<style>
a { background-color: #ECF2ED; }
a { background-color: rgb(236,242,237); }
div.DivClassName
{
background-color: #ECF2ED;
}
.BgClassName
{
background-color: #ECF2ED;
}
</style>
border-color css
<style>
span { border-color: #ECF2ED; }
span { border-color: rgb(236,242,237); }
td.TdClassName
{
border-color: #ECF2ED;
}
.TagClassName
{
border-color: #ECF2ED;
}
</style>