Shades of Clear Day #DDEEE8
Tints of Clear Day #DDEEE8
RGB
CMYK
RGB Variations
Color information
#DDEEE8 (or 0xDDEEE8) is known color: Clear Day. HEX triplet: DD, EE and E8. RGB value is (221,238,232). Sum of RGB (Red+Green+Blue) = 221+238+232=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 232 (91.02% from 255 or 33.57% from 691); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEE8 is #221117. Grayscale: #E8E8E8. Windows color (decimal): -2232600 or 15265501. OLE color: 15265501.
HSL color Cylindrical-coordinate representation of color #DDEEE8: hue angle of 158.82º degrees, saturation: 0.33, 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 #DDEEE8 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 238 | 232 | - |
CMYK | 0.07 | 0 | 0.03 | 0.07 |
HSL | 158.82º | 0.33% | 0.9% | - |
HSV(B) | 158.82º | 0.07% | 0.93% | - |
XYZ | 74.96 | 82.35 | 88.29 | - |
YUV | 232.23 | 127.87 | 119.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 232 | 0.07 | 0 | 0.03 | 0.07 | 158.82 | 0.33 | 0.9 |
Hex | DD | EE | E8 | 7 | 0 | 3 | 7 | 9F | 21 | 5A |
Octal | 335 | 356 | 350 | 7 | 0 | 3 | 7 | 237 | 41 | 132 |
Binary | 11011101 | 11101110 | 11101000 | 111 | 0 | 11 | 111 | 10011111 | 100001 | 1011010 |
Color Harmonies of #DDEEE8
Complementary color
Monochromatic Colors of #DDEEE8
Black with #DDEEE8
Text Example
Text Example
White with #DDEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEE8; }
p { color: rgb(221,238,232); }
H1.HeaderClassName
{
color: #DDEEE8;
}
.AnyTagClassName
{
color: #DDEEE8;
}
</style>
background-color css
<style>
a { background-color: #DDEEE8; }
a { background-color: rgb(221,238,232); }
div.DivClassName
{
background-color: #DDEEE8;
}
.BgClassName
{
background-color: #DDEEE8;
}
</style>
border-color css
<style>
span { border-color: #DDEEE8; }
span { border-color: rgb(221,238,232); }
td.TdClassName
{
border-color: #DDEEE8;
}
.TagClassName
{
border-color: #DDEEE8;
}
</style>