Shades of Clear Day #DDEEE9
Tints of Clear Day #DDEEE9
RGB
CMYK
RGB Variations
Color information
#DDEEE9 (or 0xDDEEE9) is known color: Clear Day. HEX triplet: DD, EE and E9. RGB value is (221,238,233). Sum of RGB (Red+Green+Blue) = 221+238+233=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEE9 is #221116. Grayscale: #E8E8E8. Windows color (decimal): -2232599 or 15331037. OLE color: 15331037.
HSL color Cylindrical-coordinate representation of color #DDEEE9: hue angle of 162.35º 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 #DDEEE9 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 238 | 233 | - |
CMYK | 0.07 | 0 | 0.02 | 0.07 |
HSL | 162.35º | 0.33% | 0.9% | - |
HSV(B) | 162.35º | 0.07% | 0.93% | - |
XYZ | 75.1 | 82.4 | 89.04 | - |
YUV | 232.35 | 128.37 | 119.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 233 | 0.07 | 0 | 0.02 | 0.07 | 162.35 | 0.33 | 0.9 |
Hex | DD | EE | E9 | 7 | 0 | 2 | 7 | A2 | 21 | 5A |
Octal | 335 | 356 | 351 | 7 | 0 | 2 | 7 | 242 | 41 | 132 |
Binary | 11011101 | 11101110 | 11101001 | 111 | 0 | 10 | 111 | 10100010 | 100001 | 1011010 |
Color Harmonies of #DDEEE9
Complementary color
Monochromatic Colors of #DDEEE9
Black with #DDEEE9
Text Example
Text Example
White with #DDEEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEE9; }
p { color: rgb(221,238,233); }
H1.HeaderClassName
{
color: #DDEEE9;
}
.AnyTagClassName
{
color: #DDEEE9;
}
</style>
background-color css
<style>
a { background-color: #DDEEE9; }
a { background-color: rgb(221,238,233); }
div.DivClassName
{
background-color: #DDEEE9;
}
.BgClassName
{
background-color: #DDEEE9;
}
</style>
border-color css
<style>
span { border-color: #DDEEE9; }
span { border-color: rgb(221,238,233); }
td.TdClassName
{
border-color: #DDEEE9;
}
.TagClassName
{
border-color: #DDEEE9;
}
</style>