Shades of Clear Day #E0F5EE
Tints of Clear Day #E0F5EE
RGB
CMYK
RGB Variations
Color information
#E0F5EE (or 0xE0F5EE) is known color: Clear Day. HEX triplet: E0, F5 and EE. RGB value is (224,245,238). Sum of RGB (Red+Green+Blue) = 224+245+238=707 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.68% from 707); Green value is 245 (96.09% from 255 or 34.65% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 245 - color contains mainly: green. Hex color #E0F5EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F5EE is #1F0A11. Grayscale: #EDEDED. Windows color (decimal): -2034194 or 15660512. OLE color: 15660512.
HSL color Cylindrical-coordinate representation of color #E0F5EE: hue angle of 160º degrees, saturation: 0.51, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0F5EE is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 245 | 238 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.04 |
| HSL | 160º | 0.51% | 0.92% | - |
| HSV(B) | 160º | 0.09% | 0.96% | - |
| XYZ | 78.83 | 87.33 | 93.59 | - |
| YUV | 237.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 245 | 238 | 0.09 | 0 | 0.03 | 0.04 | 160 | 0.51 | 0.92 |
| Hex | E0 | F5 | EE | 9 | 0 | 3 | 4 | A0 | 33 | 5C |
| Octal | 340 | 365 | 356 | 11 | 0 | 3 | 4 | 240 | 63 | 134 |
| Binary | 11100000 | 11110101 | 11101110 | 1001 | 0 | 11 | 100 | 10100000 | 110011 | 1011100 |
Color Harmonies of #E0F5EE
Complementary color
Monochromatic Colors of #E0F5EE
Black with #E0F5EE
Text Example
Text Example
White with #E0F5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F5EE; }
p { color: rgb(224,245,238); }
H1.HeaderClassName
{
color: #E0F5EE;
}
.AnyTagClassName
{
color: #E0F5EE;
}
</style>
background-color css
<style>
a { background-color: #E0F5EE; }
a { background-color: rgb(224,245,238); }
div.DivClassName
{
background-color: #E0F5EE;
}
.BgClassName
{
background-color: #E0F5EE;
}
</style>
border-color css
<style>
span { border-color: #E0F5EE; }
span { border-color: rgb(224,245,238); }
td.TdClassName
{
border-color: #E0F5EE;
}
.TagClassName
{
border-color: #E0F5EE;
}
</style>