Shades of Clear Day #E0F2ED
Tints of Clear Day #E0F2ED
RGB
CMYK
RGB Variations
Color information
#E0F2ED (or 0xE0F2ED) is known color: Clear Day. HEX triplet: E0, F2 and ED. RGB value is (224,242,237). Sum of RGB (Red+Green+Blue) = 224+242+237=703 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.86% from 703); Green value is 242 (94.92% from 255 or 34.42% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F2ED is #1F0D12. Grayscale: #ECECEC. Windows color (decimal): -2034963 or 15594208. OLE color: 15594208.
HSL color Cylindrical-coordinate representation of color #E0F2ED: hue angle of 163.33º 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 #E0F2ED is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 237 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.05 |
| HSL | 163.33º | 0.41% | 0.91% | - |
| HSV(B) | 163.33º | 0.07% | 0.95% | - |
| XYZ | 77.78 | 85.47 | 92.52 | - |
| YUV | 236.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 237 | 0.07 | 0 | 0.02 | 0.05 | 163.33 | 0.41 | 0.91 |
| Hex | E0 | F2 | ED | 7 | 0 | 2 | 5 | A3 | 29 | 5B |
| Octal | 340 | 362 | 355 | 7 | 0 | 2 | 5 | 243 | 51 | 133 |
| Binary | 11100000 | 11110010 | 11101101 | 111 | 0 | 10 | 101 | 10100011 | 101001 | 1011011 |
Color Harmonies of #E0F2ED
Complementary color
Monochromatic Colors of #E0F2ED
Black with #E0F2ED
Text Example
Text Example
White with #E0F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F2ED; }
p { color: rgb(224,242,237); }
H1.HeaderClassName
{
color: #E0F2ED;
}
.AnyTagClassName
{
color: #E0F2ED;
}
</style>
background-color css
<style>
a { background-color: #E0F2ED; }
a { background-color: rgb(224,242,237); }
div.DivClassName
{
background-color: #E0F2ED;
}
.BgClassName
{
background-color: #E0F2ED;
}
</style>
border-color css
<style>
span { border-color: #E0F2ED; }
span { border-color: rgb(224,242,237); }
td.TdClassName
{
border-color: #E0F2ED;
}
.TagClassName
{
border-color: #E0F2ED;
}
</style>