Shades of Clear Day #DDE9E5
Tints of Clear Day #DDE9E5
RGB
CMYK
RGB Variations
Color information
#DDE9E5 (or 0xDDE9E5) is known color: Clear Day. HEX triplet: DD, E9 and E5. RGB value is (221,233,229). Sum of RGB (Red+Green+Blue) = 221+233+229=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 233 (91.41% from 255 or 34.11% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9E5 is #22161A. Grayscale: #E4E4E4. Windows color (decimal): -2233883 or 15067613. OLE color: 15067613.
HSL color Cylindrical-coordinate representation of color #DDE9E5: hue angle of 160º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDE9E5 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 233 | 229 | - |
CMYK | 0.05 | 0 | 0.02 | 0.09 |
HSL | 160º | 0.21% | 0.89% | - |
HSV(B) | 160º | 0.05% | 0.91% | - |
XYZ | 73.1 | 79.31 | 85.58 | - |
YUV | 228.96 | 128.02 | 122.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 233 | 229 | 0.05 | 0 | 0.02 | 0.09 | 160 | 0.21 | 0.89 |
Hex | DD | E9 | E5 | 5 | 0 | 2 | 9 | A0 | 15 | 59 |
Octal | 335 | 351 | 345 | 5 | 0 | 2 | 11 | 240 | 25 | 131 |
Binary | 11011101 | 11101001 | 11100101 | 101 | 0 | 10 | 1001 | 10100000 | 10101 | 1011001 |
Color Harmonies of #DDE9E5
Complementary color
Monochromatic Colors of #DDE9E5
Black with #DDE9E5
Text Example
Text Example
White with #DDE9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE9E5; }
p { color: rgb(221,233,229); }
H1.HeaderClassName
{
color: #DDE9E5;
}
.AnyTagClassName
{
color: #DDE9E5;
}
</style>
background-color css
<style>
a { background-color: #DDE9E5; }
a { background-color: rgb(221,233,229); }
div.DivClassName
{
background-color: #DDE9E5;
}
.BgClassName
{
background-color: #DDE9E5;
}
</style>
border-color css
<style>
span { border-color: #DDE9E5; }
span { border-color: rgb(221,233,229); }
td.TdClassName
{
border-color: #DDE9E5;
}
.TagClassName
{
border-color: #DDE9E5;
}
</style>