Shades of Clear Day #E0EFE9
Tints of Clear Day #E0EFE9
RGB
CMYK
RGB Variations
Color information
#E0EFE9 (or 0xE0EFE9) is known color: Clear Day. HEX triplet: E0, EF and E9. RGB value is (224,239,233). Sum of RGB (Red+Green+Blue) = 224+239+233=696 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.18% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 233 (91.41% from 255 or 33.48% from 696); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EFE9 is #1F1016. Grayscale: #E9E9E9. Windows color (decimal): -2035735 or 15331296. OLE color: 15331296.
HSL color Cylindrical-coordinate representation of color #E0EFE9: hue angle of 156º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0EFE9 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 239 | 233 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.06 |
| HSL | 156º | 0.32% | 0.91% | - |
| HSV(B) | 156º | 0.06% | 0.94% | - |
| XYZ | 76.31 | 83.46 | 89.18 | - |
| YUV | 233.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 239 | 233 | 0.06 | 0 | 0.03 | 0.06 | 156 | 0.32 | 0.91 |
| Hex | E0 | EF | E9 | 6 | 0 | 3 | 6 | 9C | 20 | 5B |
| Octal | 340 | 357 | 351 | 6 | 0 | 3 | 6 | 234 | 40 | 133 |
| Binary | 11100000 | 11101111 | 11101001 | 110 | 0 | 11 | 110 | 10011100 | 100000 | 1011011 |
Color Harmonies of #E0EFE9
Complementary color
Monochromatic Colors of #E0EFE9
Black with #E0EFE9
Text Example
Text Example
White with #E0EFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EFE9; }
p { color: rgb(224,239,233); }
H1.HeaderClassName
{
color: #E0EFE9;
}
.AnyTagClassName
{
color: #E0EFE9;
}
</style>
background-color css
<style>
a { background-color: #E0EFE9; }
a { background-color: rgb(224,239,233); }
div.DivClassName
{
background-color: #E0EFE9;
}
.BgClassName
{
background-color: #E0EFE9;
}
</style>
border-color css
<style>
span { border-color: #E0EFE9; }
span { border-color: rgb(224,239,233); }
td.TdClassName
{
border-color: #E0EFE9;
}
.TagClassName
{
border-color: #E0EFE9;
}
</style>