Shades of Clear Day #DDF0E9
Tints of Clear Day #DDF0E9
RGB
CMYK
RGB Variations
Color information
#DDF0E9 (or 0xDDF0E9) is known color: Clear Day. HEX triplet: DD, F0 and E9. RGB value is (221,240,233). Sum of RGB (Red+Green+Blue) = 221+240+233=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 233 (91.41% from 255 or 33.57% from 694); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0E9 is #220F16. Grayscale: #E9E9E9. Windows color (decimal): -2232087 or 15331549. OLE color: 15331549.
HSL color Cylindrical-coordinate representation of color #DDF0E9: hue angle of 157.89º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDF0E9 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 240 | 233 | - |
CMYK | 0.08 | 0 | 0.03 | 0.06 |
HSL | 157.89º | 0.39% | 0.9% | - |
HSV(B) | 157.89º | 0.08% | 0.94% | - |
XYZ | 75.69 | 83.58 | 89.23 | - |
YUV | 233.52 | 127.71 | 119.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 240 | 233 | 0.08 | 0 | 0.03 | 0.06 | 157.89 | 0.39 | 0.9 |
Hex | DD | F0 | E9 | 8 | 0 | 3 | 6 | 9E | 27 | 5A |
Octal | 335 | 360 | 351 | 10 | 0 | 3 | 6 | 236 | 47 | 132 |
Binary | 11011101 | 11110000 | 11101001 | 1000 | 0 | 11 | 110 | 10011110 | 100111 | 1011010 |
Color Harmonies of #DDF0E9
Complementary color
Monochromatic Colors of #DDF0E9
Black with #DDF0E9
Text Example
Text Example
White with #DDF0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0E9; }
p { color: rgb(221,240,233); }
H1.HeaderClassName
{
color: #DDF0E9;
}
.AnyTagClassName
{
color: #DDF0E9;
}
</style>
background-color css
<style>
a { background-color: #DDF0E9; }
a { background-color: rgb(221,240,233); }
div.DivClassName
{
background-color: #DDF0E9;
}
.BgClassName
{
background-color: #DDF0E9;
}
</style>
border-color css
<style>
span { border-color: #DDF0E9; }
span { border-color: rgb(221,240,233); }
td.TdClassName
{
border-color: #DDF0E9;
}
.TagClassName
{
border-color: #DDF0E9;
}
</style>