Shades of Frost #DDE0CB
Tints of Frost #DDE0CB
RGB
CMYK
RGB Variations
Color information
#DDE0CB (or 0xDDE0CB) is known color: Frost. HEX triplet: DD, E0 and CB. RGB value is (221,224,203). Sum of RGB (Red+Green+Blue) = 221+224+203=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0CB is #221F34. Grayscale: #DCDCDC. Windows color (decimal): -2236213 or 13361373. OLE color: 13361373.
HSL color Cylindrical-coordinate representation of color #DDE0CB: hue angle of 68.57º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDE0CB is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 203 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.12 |
| HSL | 68.57º | 0.25% | 0.84% | - |
| HSV(B) | 68.57º | 0.09% | 0.88% | - |
| XYZ | 67.25 | 73 | 67.04 | - |
| YUV | 220.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 203 | 0.01 | 0 | 0.09 | 0.12 | 68.57 | 0.25 | 0.84 |
| Hex | DD | E0 | CB | 1 | 0 | 9 | C | 45 | 19 | 54 |
| Octal | 335 | 340 | 313 | 1 | 0 | 11 | 14 | 105 | 31 | 124 |
| Binary | 11011101 | 11100000 | 11001011 | 1 | 0 | 1001 | 1100 | 1000101 | 11001 | 1010100 |
Color Harmonies of #DDE0CB
Complementary color
Monochromatic Colors of #DDE0CB
Black with #DDE0CB
Text Example
Text Example
White with #DDE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0CB; }
p { color: rgb(221,224,203); }
H1.HeaderClassName
{
color: #DDE0CB;
}
.AnyTagClassName
{
color: #DDE0CB;
}
</style>
background-color css
<style>
a { background-color: #DDE0CB; }
a { background-color: rgb(221,224,203); }
div.DivClassName
{
background-color: #DDE0CB;
}
.BgClassName
{
background-color: #DDE0CB;
}
</style>
border-color css
<style>
span { border-color: #DDE0CB; }
span { border-color: rgb(221,224,203); }
td.TdClassName
{
border-color: #DDE0CB;
}
.TagClassName
{
border-color: #DDE0CB;
}
</style>