Shades of Clear Day #E8F0EE
Tints of Clear Day #E8F0EE
RGB
CMYK
RGB Variations
Color information
#E8F0EE (or 0xE8F0EE) is known color: Clear Day. HEX triplet: E8, F0 and EE. RGB value is (232,240,238). Sum of RGB (Red+Green+Blue) = 232+240+238=710 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.68% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 240 - color contains mainly: green. Hex color #E8F0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8F0EE is #170F11. Grayscale: #EDEDED. Windows color (decimal): -1511186 or 15659240. OLE color: 15659240.
HSL color Cylindrical-coordinate representation of color #E8F0EE: hue angle of 165º degrees, saturation: 0.21, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E8F0EE is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 240 | 238 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.06 |
| HSL | 165º | 0.21% | 0.93% | - |
| HSV(B) | 165º | 0.03% | 0.94% | - |
| XYZ | 79.87 | 85.65 | 93.21 | - |
| YUV | 237.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 240 | 238 | 0.03 | 0 | 0.01 | 0.06 | 165 | 0.21 | 0.93 |
| Hex | E8 | F0 | EE | 3 | 0 | 1 | 6 | A5 | 15 | 5D |
| Octal | 350 | 360 | 356 | 3 | 0 | 1 | 6 | 245 | 25 | 135 |
| Binary | 11101000 | 11110000 | 11101110 | 11 | 0 | 1 | 110 | 10100101 | 10101 | 1011101 |
Color Harmonies of #E8F0EE
Complementary color
Monochromatic Colors of #E8F0EE
Black with #E8F0EE
Text Example
Text Example
White with #E8F0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F0EE; }
p { color: rgb(232,240,238); }
H1.HeaderClassName
{
color: #E8F0EE;
}
.AnyTagClassName
{
color: #E8F0EE;
}
</style>
background-color css
<style>
a { background-color: #E8F0EE; }
a { background-color: rgb(232,240,238); }
div.DivClassName
{
background-color: #E8F0EE;
}
.BgClassName
{
background-color: #E8F0EE;
}
</style>
border-color css
<style>
span { border-color: #E8F0EE; }
span { border-color: rgb(232,240,238); }
td.TdClassName
{
border-color: #E8F0EE;
}
.TagClassName
{
border-color: #E8F0EE;
}
</style>