Shades of Frost #DDE0CE
Tints of Frost #DDE0CE
RGB
CMYK
RGB Variations
Color information
#DDE0CE (or 0xDDE0CE) is known color: Frost. HEX triplet: DD, E0 and CE. RGB value is (221,224,206). Sum of RGB (Red+Green+Blue) = 221+224+206=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0CE is #221F31. Grayscale: #DDDDDD. Windows color (decimal): -2236210 or 13557981. OLE color: 13557981.
HSL color Cylindrical-coordinate representation of color #DDE0CE: hue angle of 70º degrees, saturation: 0.22, 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 #DDE0CE is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 206 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.12 |
| HSL | 70º | 0.23% | 0.84% | - |
| HSV(B) | 70º | 0.08% | 0.88% | - |
| XYZ | 67.62 | 73.14 | 68.95 | - |
| YUV | 221.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 206 | 0.01 | 0 | 0.08 | 0.12 | 70 | 0.23 | 0.84 |
| Hex | DD | E0 | CE | 1 | 0 | 8 | C | 46 | 16 | 54 |
| Octal | 335 | 340 | 316 | 1 | 0 | 10 | 14 | 106 | 26 | 124 |
| Binary | 11011101 | 11100000 | 11001110 | 1 | 0 | 1000 | 1100 | 1000110 | 10110 | 1010100 |
Color Harmonies of #DDE0CE
Complementary color
Monochromatic Colors of #DDE0CE
Black with #DDE0CE
Text Example
Text Example
White with #DDE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0CE; }
p { color: rgb(221,224,206); }
H1.HeaderClassName
{
color: #DDE0CE;
}
.AnyTagClassName
{
color: #DDE0CE;
}
</style>
background-color css
<style>
a { background-color: #DDE0CE; }
a { background-color: rgb(221,224,206); }
div.DivClassName
{
background-color: #DDE0CE;
}
.BgClassName
{
background-color: #DDE0CE;
}
</style>
border-color css
<style>
span { border-color: #DDE0CE; }
span { border-color: rgb(221,224,206); }
td.TdClassName
{
border-color: #DDE0CE;
}
.TagClassName
{
border-color: #DDE0CE;
}
</style>