Shades of Clear Day #DDF3EC
Tints of Clear Day #DDF3EC
RGB
CMYK
RGB Variations
Color information
#DDF3EC (or 0xDDF3EC) is known color: Clear Day. HEX triplet: DD, F3 and EC. RGB value is (221,243,236). Sum of RGB (Red+Green+Blue) = 221+243+236=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 243 (95.31% from 255 or 34.71% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3EC is #220C13. Grayscale: #EBEBEB. Windows color (decimal): -2231316 or 15528925. OLE color: 15528925.
HSL color Cylindrical-coordinate representation of color #DDF3EC: hue angle of 160.91º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF3EC is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 243 | 236 | - |
CMYK | 0.09 | 0 | 0.03 | 0.05 |
HSL | 160.91º | 0.48% | 0.91% | - |
HSV(B) | 160.91º | 0.09% | 0.95% | - |
XYZ | 77.01 | 85.53 | 91.81 | - |
YUV | 235.62 | 128.21 | 117.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 243 | 236 | 0.09 | 0 | 0.03 | 0.05 | 160.91 | 0.48 | 0.91 |
Hex | DD | F3 | EC | 9 | 0 | 3 | 5 | A1 | 30 | 5B |
Octal | 335 | 363 | 354 | 11 | 0 | 3 | 5 | 241 | 60 | 133 |
Binary | 11011101 | 11110011 | 11101100 | 1001 | 0 | 11 | 101 | 10100001 | 110000 | 1011011 |
Color Harmonies of #DDF3EC
Complementary color
Monochromatic Colors of #DDF3EC
Black with #DDF3EC
Text Example
Text Example
White with #DDF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3EC; }
p { color: rgb(221,243,236); }
H1.HeaderClassName
{
color: #DDF3EC;
}
.AnyTagClassName
{
color: #DDF3EC;
}
</style>
background-color css
<style>
a { background-color: #DDF3EC; }
a { background-color: rgb(221,243,236); }
div.DivClassName
{
background-color: #DDF3EC;
}
.BgClassName
{
background-color: #DDF3EC;
}
</style>
border-color css
<style>
span { border-color: #DDF3EC; }
span { border-color: rgb(221,243,236); }
td.TdClassName
{
border-color: #DDF3EC;
}
.TagClassName
{
border-color: #DDF3EC;
}
</style>