Shades of Frost #DDE0CA
Tints of Frost #DDE0CA
RGB
CMYK
RGB Variations
Color information
#DDE0CA (or 0xDDE0CA) is known color: Frost. HEX triplet: DD, E0 and CA. RGB value is (221,224,202). Sum of RGB (Red+Green+Blue) = 221+224+202=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0CA is #221F35. Grayscale: #DCDCDC. Windows color (decimal): -2236214 or 13295837. OLE color: 13295837.
HSL color Cylindrical-coordinate representation of color #DDE0CA: hue angle of 68.18º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDE0CA is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 202 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.12 |
| HSL | 68.18º | 0.26% | 0.84% | - |
| HSV(B) | 68.18º | 0.1% | 0.88% | - |
| XYZ | 67.14 | 72.95 | 66.42 | - |
| YUV | 220.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 202 | 0.01 | 0 | 0.10 | 0.12 | 68.18 | 0.26 | 0.84 |
| Hex | DD | E0 | CA | 1 | 0 | A | C | 44 | 1A | 54 |
| Octal | 335 | 340 | 312 | 1 | 0 | 12 | 14 | 104 | 32 | 124 |
| Binary | 11011101 | 11100000 | 11001010 | 1 | 0 | 1010 | 1100 | 1000100 | 11010 | 1010100 |
Color Harmonies of #DDE0CA
Complementary color
Monochromatic Colors of #DDE0CA
Black with #DDE0CA
Text Example
Text Example
White with #DDE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0CA; }
p { color: rgb(221,224,202); }
H1.HeaderClassName
{
color: #DDE0CA;
}
.AnyTagClassName
{
color: #DDE0CA;
}
</style>
background-color css
<style>
a { background-color: #DDE0CA; }
a { background-color: rgb(221,224,202); }
div.DivClassName
{
background-color: #DDE0CA;
}
.BgClassName
{
background-color: #DDE0CA;
}
</style>
border-color css
<style>
span { border-color: #DDE0CA; }
span { border-color: rgb(221,224,202); }
td.TdClassName
{
border-color: #DDE0CA;
}
.TagClassName
{
border-color: #DDE0CA;
}
</style>