Shades of Clear Day #ECF4F1
Tints of Clear Day #ECF4F1
RGB
CMYK
RGB Variations
Color information
#ECF4F1 (or 0xECF4F1) is known color: Clear Day. HEX triplet: EC, F4 and F1. RGB value is (236,244,241). Sum of RGB (Red+Green+Blue) = 236+244+241=721 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.73% from 721); Green value is 244 (95.70% from 255 or 33.84% from 721); Blue value is 241 (94.53% from 255 or 33.43% from 721); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF4F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF4F1 is #130B0E. Grayscale: #F1F1F1. Windows color (decimal): -1248015 or 15856876. OLE color: 15856876.
HSL color Cylindrical-coordinate representation of color #ECF4F1: hue angle of 157.5º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECF4F1 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 241 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.04 |
| HSL | 157.5º | 0.27% | 0.94% | - |
| HSV(B) | 157.5º | 0.03% | 0.96% | - |
| XYZ | 82.82 | 88.89 | 96.01 | - |
| YUV | 241.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 241 | 0.03 | 0 | 0.01 | 0.04 | 157.5 | 0.27 | 0.94 |
| Hex | EC | F4 | F1 | 3 | 0 | 1 | 4 | 9E | 1B | 5E |
| Octal | 354 | 364 | 361 | 3 | 0 | 1 | 4 | 236 | 33 | 136 |
| Binary | 11101100 | 11110100 | 11110001 | 11 | 0 | 1 | 100 | 10011110 | 11011 | 1011110 |
Color Harmonies of #ECF4F1
Complementary color
Monochromatic Colors of #ECF4F1
Black with #ECF4F1
Text Example
Text Example
White with #ECF4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF4F1; }
p { color: rgb(236,244,241); }
H1.HeaderClassName
{
color: #ECF4F1;
}
.AnyTagClassName
{
color: #ECF4F1;
}
</style>
background-color css
<style>
a { background-color: #ECF4F1; }
a { background-color: rgb(236,244,241); }
div.DivClassName
{
background-color: #ECF4F1;
}
.BgClassName
{
background-color: #ECF4F1;
}
</style>
border-color css
<style>
span { border-color: #ECF4F1; }
span { border-color: rgb(236,244,241); }
td.TdClassName
{
border-color: #ECF4F1;
}
.TagClassName
{
border-color: #ECF4F1;
}
</style>