Shades of Frost #DDE1BD
Tints of Frost #DDE1BD
RGB
CMYK
RGB Variations
Color information
#DDE1BD (or 0xDDE1BD) is known color: Frost. HEX triplet: DD, E1 and BD. RGB value is (221,225,189). Sum of RGB (Red+Green+Blue) = 221+225+189=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1BD is #221E42. Grayscale: #DBDBDB. Windows color (decimal): -2235971 or 12444125. OLE color: 12444125.
HSL color Cylindrical-coordinate representation of color #DDE1BD: hue angle of 66.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDE1BD is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 189 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.12 |
| HSL | 66.67º | 0.38% | 0.81% | - |
| HSV(B) | 66.67º | 0.16% | 0.88% | - |
| XYZ | 65.93 | 72.9 | 58.74 | - |
| YUV | 219.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 189 | 0.02 | 0 | 0.16 | 0.12 | 66.67 | 0.38 | 0.81 |
| Hex | DD | E1 | BD | 2 | 0 | 10 | C | 43 | 26 | 51 |
| Octal | 335 | 341 | 275 | 2 | 0 | 20 | 14 | 103 | 46 | 121 |
| Binary | 11011101 | 11100001 | 10111101 | 10 | 0 | 10000 | 1100 | 1000011 | 100110 | 1010001 |
Color Harmonies of #DDE1BD
Complementary color
Monochromatic Colors of #DDE1BD
Black with #DDE1BD
Text Example
Text Example
White with #DDE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1BD; }
p { color: rgb(221,225,189); }
H1.HeaderClassName
{
color: #DDE1BD;
}
.AnyTagClassName
{
color: #DDE1BD;
}
</style>
background-color css
<style>
a { background-color: #DDE1BD; }
a { background-color: rgb(221,225,189); }
div.DivClassName
{
background-color: #DDE1BD;
}
.BgClassName
{
background-color: #DDE1BD;
}
</style>
border-color css
<style>
span { border-color: #DDE1BD; }
span { border-color: rgb(221,225,189); }
td.TdClassName
{
border-color: #DDE1BD;
}
.TagClassName
{
border-color: #DDE1BD;
}
</style>