Shades of Frost #DDE0CD
Tints of Frost #DDE0CD
RGB
CMYK
RGB Variations
Color information
#DDE0CD (or 0xDDE0CD) is known color: Frost. HEX triplet: DD, E0 and CD. RGB value is (221,224,205). Sum of RGB (Red+Green+Blue) = 221+224+205=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0CD is #221F32. Grayscale: #DDDDDD. Windows color (decimal): -2236211 or 13492445. OLE color: 13492445.
HSL color Cylindrical-coordinate representation of color #DDE0CD: hue angle of 69.47º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE0CD is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 205 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.12 |
| HSL | 69.47º | 0.23% | 0.84% | - |
| HSV(B) | 69.47º | 0.08% | 0.88% | - |
| XYZ | 67.49 | 73.09 | 68.31 | - |
| YUV | 220.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 205 | 0.01 | 0 | 0.08 | 0.12 | 69.47 | 0.23 | 0.84 |
| Hex | DD | E0 | CD | 1 | 0 | 8 | C | 45 | 17 | 54 |
| Octal | 335 | 340 | 315 | 1 | 0 | 10 | 14 | 105 | 27 | 124 |
| Binary | 11011101 | 11100000 | 11001101 | 1 | 0 | 1000 | 1100 | 1000101 | 10111 | 1010100 |
Color Harmonies of #DDE0CD
Complementary color
Monochromatic Colors of #DDE0CD
Black with #DDE0CD
Text Example
Text Example
White with #DDE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0CD; }
p { color: rgb(221,224,205); }
H1.HeaderClassName
{
color: #DDE0CD;
}
.AnyTagClassName
{
color: #DDE0CD;
}
</style>
background-color css
<style>
a { background-color: #DDE0CD; }
a { background-color: rgb(221,224,205); }
div.DivClassName
{
background-color: #DDE0CD;
}
.BgClassName
{
background-color: #DDE0CD;
}
</style>
border-color css
<style>
span { border-color: #DDE0CD; }
span { border-color: rgb(221,224,205); }
td.TdClassName
{
border-color: #DDE0CD;
}
.TagClassName
{
border-color: #DDE0CD;
}
</style>