Shades of Clear Day #DDF6EC
Tints of Clear Day #DDF6EC
RGB
CMYK
RGB Variations
Color information
#DDF6EC (or 0xDDF6EC) is known color: Clear Day. HEX triplet: DD, F6 and EC. RGB value is (221,246,236). Sum of RGB (Red+Green+Blue) = 221+246+236=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 246 (96.48% from 255 or 34.99% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF6EC is #220913. Grayscale: #EDEDED. Windows color (decimal): -2230548 or 15529693. OLE color: 15529693.
HSL color Cylindrical-coordinate representation of color #DDF6EC: hue angle of 156º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF6EC is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 246 | 236 | - |
CMYK | 0.10 | 0 | 0.04 | 0.04 |
HSL | 156º | 0.58% | 0.92% | - |
HSV(B) | 156º | 0.1% | 0.96% | - |
XYZ | 77.91 | 87.34 | 92.11 | - |
YUV | 237.39 | 127.22 | 116.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 246 | 236 | 0.10 | 0 | 0.04 | 0.04 | 156 | 0.58 | 0.92 |
Hex | DD | F6 | EC | A | 0 | 4 | 4 | 9C | 3A | 5C |
Octal | 335 | 366 | 354 | 12 | 0 | 4 | 4 | 234 | 72 | 134 |
Binary | 11011101 | 11110110 | 11101100 | 1010 | 0 | 100 | 100 | 10011100 | 111010 | 1011100 |
Color Harmonies of #DDF6EC
Complementary color
Monochromatic Colors of #DDF6EC
Black with #DDF6EC
Text Example
Text Example
White with #DDF6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF6EC; }
p { color: rgb(221,246,236); }
H1.HeaderClassName
{
color: #DDF6EC;
}
.AnyTagClassName
{
color: #DDF6EC;
}
</style>
background-color css
<style>
a { background-color: #DDF6EC; }
a { background-color: rgb(221,246,236); }
div.DivClassName
{
background-color: #DDF6EC;
}
.BgClassName
{
background-color: #DDF6EC;
}
</style>
border-color css
<style>
span { border-color: #DDF6EC; }
span { border-color: rgb(221,246,236); }
td.TdClassName
{
border-color: #DDF6EC;
}
.TagClassName
{
border-color: #DDF6EC;
}
</style>