Shades of Clear Day #E2EEEA
Tints of Clear Day #E2EEEA
RGB
CMYK
RGB Variations
Color information
#E2EEEA (or 0xE2EEEA) is known color: Clear Day. HEX triplet: E2, EE and EA. RGB value is (226,238,234). Sum of RGB (Red+Green+Blue) = 226+238+234=698 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.38% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 238 - color contains mainly: green. Hex color #E2EEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EEEA is #1D1115. Grayscale: #E9E9E9. Windows color (decimal): -1904918 or 15396578. OLE color: 15396578.
HSL color Cylindrical-coordinate representation of color #E2EEEA: hue angle of 160º degrees, saturation: 0.26, 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 #E2EEEA is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 238 | 234 | - |
CMYK | 0.05 | 0 | 0.02 | 0.07 |
HSL | 160º | 0.26% | 0.91% | - |
HSV(B) | 160º | 0.05% | 0.93% | - |
XYZ | 76.79 | 83.26 | 89.87 | - |
YUV | 233.96 | 128.02 | 122.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 238 | 234 | 0.05 | 0 | 0.02 | 0.07 | 160 | 0.26 | 0.91 |
Hex | E2 | EE | EA | 5 | 0 | 2 | 7 | A0 | 1A | 5B |
Octal | 342 | 356 | 352 | 5 | 0 | 2 | 7 | 240 | 32 | 133 |
Binary | 11100010 | 11101110 | 11101010 | 101 | 0 | 10 | 111 | 10100000 | 11010 | 1011011 |
Color Harmonies of #E2EEEA
Complementary color
Monochromatic Colors of #E2EEEA
Black with #E2EEEA
Text Example
Text Example
White with #E2EEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EEEA; }
p { color: rgb(226,238,234); }
H1.HeaderClassName
{
color: #E2EEEA;
}
.AnyTagClassName
{
color: #E2EEEA;
}
</style>
background-color css
<style>
a { background-color: #E2EEEA; }
a { background-color: rgb(226,238,234); }
div.DivClassName
{
background-color: #E2EEEA;
}
.BgClassName
{
background-color: #E2EEEA;
}
</style>
border-color css
<style>
span { border-color: #E2EEEA; }
span { border-color: rgb(226,238,234); }
td.TdClassName
{
border-color: #E2EEEA;
}
.TagClassName
{
border-color: #E2EEEA;
}
</style>