Shades of Clear Day #E5EDEA
Tints of Clear Day #E5EDEA
RGB
CMYK
RGB Variations
Color information
#E5EDEA (or 0xE5EDEA) is known color: Clear Day. HEX triplet: E5, ED and EA. RGB value is (229,237,234). Sum of RGB (Red+Green+Blue) = 229+237+234=700 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.71% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 237 - color contains mainly: green. Hex color #E5EDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EDEA is #1A1215. Grayscale: #EAEAEA. Windows color (decimal): -1708566 or 15396325. OLE color: 15396325.
HSL color Cylindrical-coordinate representation of color #E5EDEA: hue angle of 157.5º degrees, saturation: 0.18, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5EDEA is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 237 | 234 | - |
CMYK | 0.03 | 0 | 0.01 | 0.07 |
HSL | 157.5º | 0.18% | 0.91% | - |
HSV(B) | 157.5º | 0.03% | 0.93% | - |
XYZ | 77.45 | 83.17 | 89.81 | - |
YUV | 234.27 | 127.85 | 124.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 237 | 234 | 0.03 | 0 | 0.01 | 0.07 | 157.5 | 0.18 | 0.91 |
Hex | E5 | ED | EA | 3 | 0 | 1 | 7 | 9E | 12 | 5B |
Octal | 345 | 355 | 352 | 3 | 0 | 1 | 7 | 236 | 22 | 133 |
Binary | 11100101 | 11101101 | 11101010 | 11 | 0 | 1 | 111 | 10011110 | 10010 | 1011011 |
Color Harmonies of #E5EDEA
Complementary color
Monochromatic Colors of #E5EDEA
Black with #E5EDEA
Text Example
Text Example
White with #E5EDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EDEA; }
p { color: rgb(229,237,234); }
H1.HeaderClassName
{
color: #E5EDEA;
}
.AnyTagClassName
{
color: #E5EDEA;
}
</style>
background-color css
<style>
a { background-color: #E5EDEA; }
a { background-color: rgb(229,237,234); }
div.DivClassName
{
background-color: #E5EDEA;
}
.BgClassName
{
background-color: #E5EDEA;
}
</style>
border-color css
<style>
span { border-color: #E5EDEA; }
span { border-color: rgb(229,237,234); }
td.TdClassName
{
border-color: #E5EDEA;
}
.TagClassName
{
border-color: #E5EDEA;
}
</style>