Shades of Clear Day #E0F2EC
Tints of Clear Day #E0F2EC
RGB
CMYK
RGB Variations
Color information
#E0F2EC (or 0xE0F2EC) is known color: Clear Day. HEX triplet: E0, F2 and EC. RGB value is (224,242,236). Sum of RGB (Red+Green+Blue) = 224+242+236=702 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.91% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F2EC is #1F0D13. Grayscale: #EBEBEB. Windows color (decimal): -2034964 or 15528672. OLE color: 15528672.
HSL color Cylindrical-coordinate representation of color #E0F2EC: hue angle of 160º degrees, saturation: 0.41, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0F2EC is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 236 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.05 |
| HSL | 160º | 0.41% | 0.91% | - |
| HSV(B) | 160º | 0.07% | 0.95% | - |
| XYZ | 77.63 | 85.41 | 91.75 | - |
| YUV | 235.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 236 | 0.07 | 0 | 0.02 | 0.05 | 160 | 0.41 | 0.91 |
| Hex | E0 | F2 | EC | 7 | 0 | 2 | 5 | A0 | 29 | 5B |
| Octal | 340 | 362 | 354 | 7 | 0 | 2 | 5 | 240 | 51 | 133 |
| Binary | 11100000 | 11110010 | 11101100 | 111 | 0 | 10 | 101 | 10100000 | 101001 | 1011011 |
Color Harmonies of #E0F2EC
Complementary color
Monochromatic Colors of #E0F2EC
Black with #E0F2EC
Text Example
Text Example
White with #E0F2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F2EC; }
p { color: rgb(224,242,236); }
H1.HeaderClassName
{
color: #E0F2EC;
}
.AnyTagClassName
{
color: #E0F2EC;
}
</style>
background-color css
<style>
a { background-color: #E0F2EC; }
a { background-color: rgb(224,242,236); }
div.DivClassName
{
background-color: #E0F2EC;
}
.BgClassName
{
background-color: #E0F2EC;
}
</style>
border-color css
<style>
span { border-color: #E0F2EC; }
span { border-color: rgb(224,242,236); }
td.TdClassName
{
border-color: #E0F2EC;
}
.TagClassName
{
border-color: #E0F2EC;
}
</style>