Shades of Dew #ECF1ED
Tints of Dew #ECF1ED
RGB
CMYK
RGB Variations
Color information
#ECF1ED (or 0xECF1ED) is known color: Dew. HEX triplet: EC, F1 and ED. RGB value is (236,241,237). Sum of RGB (Red+Green+Blue) = 236+241+237=714 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.05% from 714); Green value is 241 (94.53% from 255 or 33.75% from 714); Blue value is 237 (92.97% from 255 or 33.19% from 714); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF1ED is #130E12. Grayscale: #EFEFEF. Windows color (decimal): -1248787 or 15593964. OLE color: 15593964.
HSL color Cylindrical-coordinate representation of color #ECF1ED: hue angle of 132º degrees, saturation: 0.15, 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 #ECF1ED is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 241 | 237 | - |
CMYK | 0.02 | 0 | 0.02 | 0.05 |
HSL | 132º | 0.15% | 0.94% | - |
HSV(B) | 132º | 0.02% | 0.95% | - |
XYZ | 81.33 | 86.86 | 92.6 | - |
YUV | 239.05 | 126.84 | 125.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 241 | 237 | 0.02 | 0 | 0.02 | 0.05 | 132 | 0.15 | 0.94 |
Hex | EC | F1 | ED | 2 | 0 | 2 | 5 | 84 | F | 5E |
Octal | 354 | 361 | 355 | 2 | 0 | 2 | 5 | 204 | 17 | 136 |
Binary | 11101100 | 11110001 | 11101101 | 10 | 0 | 10 | 101 | 10000100 | 1111 | 1011110 |
Color Harmonies of #ECF1ED
Complementary color
Monochromatic Colors of #ECF1ED
Black with #ECF1ED
Text Example
Text Example
White with #ECF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1ED; }
p { color: rgb(236,241,237); }
H1.HeaderClassName
{
color: #ECF1ED;
}
.AnyTagClassName
{
color: #ECF1ED;
}
</style>
background-color css
<style>
a { background-color: #ECF1ED; }
a { background-color: rgb(236,241,237); }
div.DivClassName
{
background-color: #ECF1ED;
}
.BgClassName
{
background-color: #ECF1ED;
}
</style>
border-color css
<style>
span { border-color: #ECF1ED; }
span { border-color: rgb(236,241,237); }
td.TdClassName
{
border-color: #ECF1ED;
}
.TagClassName
{
border-color: #ECF1ED;
}
</style>