Shades of Clear Day #ECF0EF
Tints of Clear Day #ECF0EF
RGB
CMYK
RGB Variations
Color information
#ECF0EF (or 0xECF0EF) is known color: Clear Day. HEX triplet: EC, F0 and EF. RGB value is (236,240,239). Sum of RGB (Red+Green+Blue) = 236+240+239=715 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.01% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 239 (93.75% from 255 or 33.43% from 715); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF0EF is #130F10. Grayscale: #EEEEEE. Windows color (decimal): -1249041 or 15724780. OLE color: 15724780.
HSL color Cylindrical-coordinate representation of color #ECF0EF: hue angle of 165º 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 #ECF0EF is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 240 | 239 | - |
CMYK | 0.02 | 0 | 0.00 | 0.06 |
HSL | 165º | 0.12% | 0.93% | - |
HSV(B) | 165º | 0.02% | 0.94% | - |
XYZ | 81.33 | 86.39 | 94.05 | - |
YUV | 238.69 | 128.17 | 126.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 240 | 239 | 0.02 | 0 | 0.00 | 0.06 | 165 | 0.12 | 0.93 |
Hex | EC | F0 | EF | 2 | 0 | 0 | 6 | A5 | C | 5D |
Octal | 354 | 360 | 357 | 2 | 0 | 0 | 6 | 245 | 14 | 135 |
Binary | 11101100 | 11110000 | 11101111 | 10 | 0 | 0 | 110 | 10100101 | 1100 | 1011101 |
Color Harmonies of #ECF0EF
Complementary color
Monochromatic Colors of #ECF0EF
Black with #ECF0EF
Text Example
Text Example
White with #ECF0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0EF; }
p { color: rgb(236,240,239); }
H1.HeaderClassName
{
color: #ECF0EF;
}
.AnyTagClassName
{
color: #ECF0EF;
}
</style>
background-color css
<style>
a { background-color: #ECF0EF; }
a { background-color: rgb(236,240,239); }
div.DivClassName
{
background-color: #ECF0EF;
}
.BgClassName
{
background-color: #ECF0EF;
}
</style>
border-color css
<style>
span { border-color: #ECF0EF; }
span { border-color: rgb(236,240,239); }
td.TdClassName
{
border-color: #ECF0EF;
}
.TagClassName
{
border-color: #ECF0EF;
}
</style>