Shades of Clear Day #DEEEE8
Tints of Clear Day #DEEEE8
RGB
CMYK
RGB Variations
Color information
#DEEEE8 (or 0xDEEEE8) is known color: Clear Day. HEX triplet: DE, EE and E8. RGB value is (222,238,232). Sum of RGB (Red+Green+Blue) = 222+238+232=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 232 (91.02% from 255 or 33.53% from 692); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEE8 is #211117. Grayscale: #E8E8E8. Windows color (decimal): -2167064 or 15265502. OLE color: 15265502.
HSL color Cylindrical-coordinate representation of color #DEEEE8: hue angle of 157.5º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEEE8 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 232 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.07 |
| HSL | 157.5º | 0.32% | 0.9% | - |
| HSV(B) | 157.5º | 0.07% | 0.93% | - |
| XYZ | 75.26 | 82.5 | 88.3 | - |
| YUV | 232.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 232 | 0.07 | 0 | 0.03 | 0.07 | 157.5 | 0.32 | 0.9 |
| Hex | DE | EE | E8 | 7 | 0 | 3 | 7 | 9E | 20 | 5A |
| Octal | 336 | 356 | 350 | 7 | 0 | 3 | 7 | 236 | 40 | 132 |
| Binary | 11011110 | 11101110 | 11101000 | 111 | 0 | 11 | 111 | 10011110 | 100000 | 1011010 |
Color Harmonies of #DEEEE8
Complementary color
Monochromatic Colors of #DEEEE8
Black with #DEEEE8
Text Example
Text Example
White with #DEEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEE8; }
p { color: rgb(222,238,232); }
H1.HeaderClassName
{
color: #DEEEE8;
}
.AnyTagClassName
{
color: #DEEEE8;
}
</style>
background-color css
<style>
a { background-color: #DEEEE8; }
a { background-color: rgb(222,238,232); }
div.DivClassName
{
background-color: #DEEEE8;
}
.BgClassName
{
background-color: #DEEEE8;
}
</style>
border-color css
<style>
span { border-color: #DEEEE8; }
span { border-color: rgb(222,238,232); }
td.TdClassName
{
border-color: #DEEEE8;
}
.TagClassName
{
border-color: #DEEEE8;
}
</style>