Shades of Clear Day #ECF1F0
Tints of Clear Day #ECF1F0
RGB
CMYK
RGB Variations
Color information
#ECF1F0 (or 0xECF1F0) is known color: Clear Day. HEX triplet: EC, F1 and F0. RGB value is (236,241,240). Sum of RGB (Red+Green+Blue) = 236+241+240=717 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.91% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 240 (94.14% from 255 or 33.47% from 717); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF1F0 is #130E0F. Grayscale: #EFEFEF. Windows color (decimal): -1248784 or 15790572. OLE color: 15790572.
HSL color Cylindrical-coordinate representation of color #ECF1F0: hue angle of 168º 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 #ECF1F0 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 241 | 240 | - |
CMYK | 0.02 | 0 | 0.00 | 0.05 |
HSL | 168º | 0.15% | 0.94% | - |
HSV(B) | 168º | 0.02% | 0.95% | - |
XYZ | 81.78 | 87.03 | 94.93 | - |
YUV | 239.39 | 128.34 | 125.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 241 | 240 | 0.02 | 0 | 0.00 | 0.05 | 168 | 0.15 | 0.94 |
Hex | EC | F1 | F0 | 2 | 0 | 0 | 5 | A8 | F | 5E |
Octal | 354 | 361 | 360 | 2 | 0 | 0 | 5 | 250 | 17 | 136 |
Binary | 11101100 | 11110001 | 11110000 | 10 | 0 | 0 | 101 | 10101000 | 1111 | 1011110 |
Color Harmonies of #ECF1F0
Complementary color
Monochromatic Colors of #ECF1F0
Black with #ECF1F0
Text Example
Text Example
White with #ECF1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1F0; }
p { color: rgb(236,241,240); }
H1.HeaderClassName
{
color: #ECF1F0;
}
.AnyTagClassName
{
color: #ECF1F0;
}
</style>
background-color css
<style>
a { background-color: #ECF1F0; }
a { background-color: rgb(236,241,240); }
div.DivClassName
{
background-color: #ECF1F0;
}
.BgClassName
{
background-color: #ECF1F0;
}
</style>
border-color css
<style>
span { border-color: #ECF1F0; }
span { border-color: rgb(236,241,240); }
td.TdClassName
{
border-color: #ECF1F0;
}
.TagClassName
{
border-color: #ECF1F0;
}
</style>