Shades of Clear Day #DDF2EC
Tints of Clear Day #DDF2EC
RGB
CMYK
RGB Variations
Color information
#DDF2EC (or 0xDDF2EC) is known color: Clear Day. HEX triplet: DD, F2 and EC. RGB value is (221,242,236). Sum of RGB (Red+Green+Blue) = 221+242+236=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 236 (92.58% from 255 or 33.76% from 699); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2EC is #220D13. Grayscale: #EBEBEB. Windows color (decimal): -2231572 or 15528669. OLE color: 15528669.
HSL color Cylindrical-coordinate representation of color #DDF2EC: hue angle of 162.86º degrees, saturation: 0.45, 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 #DDF2EC is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 236 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.05 |
| HSL | 162.86º | 0.45% | 0.91% | - |
| HSV(B) | 162.86º | 0.09% | 0.95% | - |
| XYZ | 76.71 | 84.93 | 91.71 | - |
| YUV | 235.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 236 | 0.09 | 0 | 0.02 | 0.05 | 162.86 | 0.45 | 0.91 |
| Hex | DD | F2 | EC | 9 | 0 | 2 | 5 | A3 | 2D | 5B |
| Octal | 335 | 362 | 354 | 11 | 0 | 2 | 5 | 243 | 55 | 133 |
| Binary | 11011101 | 11110010 | 11101100 | 1001 | 0 | 10 | 101 | 10100011 | 101101 | 1011011 |
Color Harmonies of #DDF2EC
Complementary color
Monochromatic Colors of #DDF2EC
Black with #DDF2EC
Text Example
Text Example
White with #DDF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2EC; }
p { color: rgb(221,242,236); }
H1.HeaderClassName
{
color: #DDF2EC;
}
.AnyTagClassName
{
color: #DDF2EC;
}
</style>
background-color css
<style>
a { background-color: #DDF2EC; }
a { background-color: rgb(221,242,236); }
div.DivClassName
{
background-color: #DDF2EC;
}
.BgClassName
{
background-color: #DDF2EC;
}
</style>
border-color css
<style>
span { border-color: #DDF2EC; }
span { border-color: rgb(221,242,236); }
td.TdClassName
{
border-color: #DDF2EC;
}
.TagClassName
{
border-color: #DDF2EC;
}
</style>