Shades of Clear Day #E2EDEA
Tints of Clear Day #E2EDEA
RGB
CMYK
RGB Variations
Color information
#E2EDEA (or 0xE2EDEA) is known color: Clear Day. HEX triplet: E2, ED and EA. RGB value is (226,237,234). Sum of RGB (Red+Green+Blue) = 226+237+234=697 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.42% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EDEA is #1D1215. Grayscale: #E9E9E9. Windows color (decimal): -1905174 or 15396322. OLE color: 15396322.
HSL color Cylindrical-coordinate representation of color #E2EDEA: hue angle of 163.64º degrees, saturation: 0.23, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2EDEA is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 237 | 234 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.07 |
| HSL | 163.64º | 0.23% | 0.91% | - |
| HSV(B) | 163.64º | 0.05% | 0.93% | - |
| XYZ | 76.5 | 82.68 | 89.77 | - |
| YUV | 233.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 237 | 234 | 0.05 | 0 | 0.01 | 0.07 | 163.64 | 0.23 | 0.91 |
| Hex | E2 | ED | EA | 5 | 0 | 1 | 7 | A4 | 17 | 5B |
| Octal | 342 | 355 | 352 | 5 | 0 | 1 | 7 | 244 | 27 | 133 |
| Binary | 11100010 | 11101101 | 11101010 | 101 | 0 | 1 | 111 | 10100100 | 10111 | 1011011 |
Color Harmonies of #E2EDEA
Complementary color
Monochromatic Colors of #E2EDEA
Black with #E2EDEA
Text Example
Text Example
White with #E2EDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDEA; }
p { color: rgb(226,237,234); }
H1.HeaderClassName
{
color: #E2EDEA;
}
.AnyTagClassName
{
color: #E2EDEA;
}
</style>
background-color css
<style>
a { background-color: #E2EDEA; }
a { background-color: rgb(226,237,234); }
div.DivClassName
{
background-color: #E2EDEA;
}
.BgClassName
{
background-color: #E2EDEA;
}
</style>
border-color css
<style>
span { border-color: #E2EDEA; }
span { border-color: rgb(226,237,234); }
td.TdClassName
{
border-color: #E2EDEA;
}
.TagClassName
{
border-color: #E2EDEA;
}
</style>