Shades of Frost #DDE0C8
Tints of Frost #DDE0C8
RGB
CMYK
RGB Variations
Color information
#DDE0C8 (or 0xDDE0C8) is known color: Frost. HEX triplet: DD, E0 and C8. RGB value is (221,224,200). Sum of RGB (Red+Green+Blue) = 221+224+200=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 200 (78.52% from 255 or 31.01% from 645); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0C8 is #221F37. Grayscale: #DCDCDC. Windows color (decimal): -2236216 or 13164765. OLE color: 13164765.
HSL color Cylindrical-coordinate representation of color #DDE0C8: hue angle of 67.5º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDE0C8 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 200 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.12 |
| HSL | 67.5º | 0.28% | 0.83% | - |
| HSV(B) | 67.5º | 0.11% | 0.88% | - |
| XYZ | 66.9 | 72.85 | 65.18 | - |
| YUV | 220.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 200 | 0.01 | 0 | 0.11 | 0.12 | 67.5 | 0.28 | 0.83 |
| Hex | DD | E0 | C8 | 1 | 0 | B | C | 44 | 1C | 53 |
| Octal | 335 | 340 | 310 | 1 | 0 | 13 | 14 | 104 | 34 | 123 |
| Binary | 11011101 | 11100000 | 11001000 | 1 | 0 | 1011 | 1100 | 1000100 | 11100 | 1010011 |
Color Harmonies of #DDE0C8
Complementary color
Monochromatic Colors of #DDE0C8
Black with #DDE0C8
Text Example
Text Example
White with #DDE0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0C8; }
p { color: rgb(221,224,200); }
H1.HeaderClassName
{
color: #DDE0C8;
}
.AnyTagClassName
{
color: #DDE0C8;
}
</style>
background-color css
<style>
a { background-color: #DDE0C8; }
a { background-color: rgb(221,224,200); }
div.DivClassName
{
background-color: #DDE0C8;
}
.BgClassName
{
background-color: #DDE0C8;
}
</style>
border-color css
<style>
span { border-color: #DDE0C8; }
span { border-color: rgb(221,224,200); }
td.TdClassName
{
border-color: #DDE0C8;
}
.TagClassName
{
border-color: #DDE0C8;
}
</style>