Shades of Frostee #DDECCD
Tints of Frostee #DDECCD
RGB
CMYK
RGB Variations
Color information
#DDECCD (or 0xDDECCD) is known color: Frostee. HEX triplet: DD, EC and CD. RGB value is (221,236,205). Sum of RGB (Red+Green+Blue) = 221+236+205=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECCD is #221332. Grayscale: #E4E4E4. Windows color (decimal): -2233139 or 13495517. OLE color: 13495517.
HSL color Cylindrical-coordinate representation of color #DDECCD: hue angle of 89.03º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDECCD is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 205 | - |
CMYK | 0.06 | 0 | 0.13 | 0.07 |
HSL | 89.03º | 0.45% | 0.86% | - |
HSV(B) | 89.03º | 0.13% | 0.93% | - |
XYZ | 70.83 | 79.77 | 69.42 | - |
YUV | 227.98 | 115.03 | 123.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 205 | 0.06 | 0 | 0.13 | 0.07 | 89.03 | 0.45 | 0.86 |
Hex | DD | EC | CD | 6 | 0 | D | 7 | 59 | 2D | 56 |
Octal | 335 | 354 | 315 | 6 | 0 | 15 | 7 | 131 | 55 | 126 |
Binary | 11011101 | 11101100 | 11001101 | 110 | 0 | 1101 | 111 | 1011001 | 101101 | 1010110 |
Color Harmonies of #DDECCD
Complementary color
Monochromatic Colors of #DDECCD
Black with #DDECCD
Text Example
Text Example
White with #DDECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECCD; }
p { color: rgb(221,236,205); }
H1.HeaderClassName
{
color: #DDECCD;
}
.AnyTagClassName
{
color: #DDECCD;
}
</style>
background-color css
<style>
a { background-color: #DDECCD; }
a { background-color: rgb(221,236,205); }
div.DivClassName
{
background-color: #DDECCD;
}
.BgClassName
{
background-color: #DDECCD;
}
</style>
border-color css
<style>
span { border-color: #DDECCD; }
span { border-color: rgb(221,236,205); }
td.TdClassName
{
border-color: #DDECCD;
}
.TagClassName
{
border-color: #DDECCD;
}
</style>