Shades of Clear Day #ECF1EF
Tints of Clear Day #ECF1EF
RGB
CMYK
RGB Variations
Color information
#ECF1EF (or 0xECF1EF) is known color: Clear Day. HEX triplet: EC, F1 and EF. RGB value is (236,241,239). Sum of RGB (Red+Green+Blue) = 236+241+239=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 239 (93.75% from 255 or 33.38% from 716); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF1EF is #130E10. Grayscale: #EFEFEF. Windows color (decimal): -1248785 or 15725036. OLE color: 15725036.
HSL color Cylindrical-coordinate representation of color #ECF1EF: hue angle of 156º 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 #ECF1EF is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 239 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.05 |
| HSL | 156º | 0.15% | 0.94% | - |
| HSV(B) | 156º | 0.02% | 0.95% | - |
| XYZ | 81.63 | 86.98 | 94.15 | - |
| YUV | 239.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 239 | 0.02 | 0 | 0.01 | 0.05 | 156 | 0.15 | 0.94 |
| Hex | EC | F1 | EF | 2 | 0 | 1 | 5 | 9C | F | 5E |
| Octal | 354 | 361 | 357 | 2 | 0 | 1 | 5 | 234 | 17 | 136 |
| Binary | 11101100 | 11110001 | 11101111 | 10 | 0 | 1 | 101 | 10011100 | 1111 | 1011110 |
Color Harmonies of #ECF1EF
Complementary color
Monochromatic Colors of #ECF1EF
Black with #ECF1EF
Text Example
Text Example
White with #ECF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1EF; }
p { color: rgb(236,241,239); }
H1.HeaderClassName
{
color: #ECF1EF;
}
.AnyTagClassName
{
color: #ECF1EF;
}
</style>
background-color css
<style>
a { background-color: #ECF1EF; }
a { background-color: rgb(236,241,239); }
div.DivClassName
{
background-color: #ECF1EF;
}
.BgClassName
{
background-color: #ECF1EF;
}
</style>
border-color css
<style>
span { border-color: #ECF1EF; }
span { border-color: rgb(236,241,239); }
td.TdClassName
{
border-color: #ECF1EF;
}
.TagClassName
{
border-color: #ECF1EF;
}
</style>