Shades of Clear Day #DDF5EC
Tints of Clear Day #DDF5EC
RGB
CMYK
RGB Variations
Color information
#DDF5EC (or 0xDDF5EC) is known color: Clear Day. HEX triplet: DD, F5 and EC. RGB value is (221,245,236). Sum of RGB (Red+Green+Blue) = 221+245+236=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF5EC is #220A13. Grayscale: #ECECEC. Windows color (decimal): -2230804 or 15529437. OLE color: 15529437.
HSL color Cylindrical-coordinate representation of color #DDF5EC: hue angle of 157.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF5EC is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 245 | 236 | - |
CMYK | 0.10 | 0 | 0.04 | 0.04 |
HSL | 157.5º | 0.55% | 0.91% | - |
HSV(B) | 157.5º | 0.1% | 0.96% | - |
XYZ | 77.61 | 86.73 | 92.01 | - |
YUV | 236.8 | 127.55 | 116.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 245 | 236 | 0.10 | 0 | 0.04 | 0.04 | 157.5 | 0.55 | 0.91 |
Hex | DD | F5 | EC | A | 0 | 4 | 4 | 9E | 37 | 5B |
Octal | 335 | 365 | 354 | 12 | 0 | 4 | 4 | 236 | 67 | 133 |
Binary | 11011101 | 11110101 | 11101100 | 1010 | 0 | 100 | 100 | 10011110 | 110111 | 1011011 |
Color Harmonies of #DDF5EC
Complementary color
Monochromatic Colors of #DDF5EC
Black with #DDF5EC
Text Example
Text Example
White with #DDF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5EC; }
p { color: rgb(221,245,236); }
H1.HeaderClassName
{
color: #DDF5EC;
}
.AnyTagClassName
{
color: #DDF5EC;
}
</style>
background-color css
<style>
a { background-color: #DDF5EC; }
a { background-color: rgb(221,245,236); }
div.DivClassName
{
background-color: #DDF5EC;
}
.BgClassName
{
background-color: #DDF5EC;
}
</style>
border-color css
<style>
span { border-color: #DDF5EC; }
span { border-color: rgb(221,245,236); }
td.TdClassName
{
border-color: #DDF5EC;
}
.TagClassName
{
border-color: #DDF5EC;
}
</style>