Shades of Frost #DDE1BE
Tints of Frost #DDE1BE
RGB
CMYK
RGB Variations
Color information
#DDE1BE (or 0xDDE1BE) is known color: Frost. HEX triplet: DD, E1 and BE. RGB value is (221,225,190). Sum of RGB (Red+Green+Blue) = 221+225+190=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1BE is #221E41. Grayscale: #DBDBDB. Windows color (decimal): -2235970 or 12509661. OLE color: 12509661.
HSL color Cylindrical-coordinate representation of color #DDE1BE: hue angle of 66.86º degrees, saturation: 0.37, 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 #DDE1BE is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 190 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.12 |
| HSL | 66.86º | 0.37% | 0.81% | - |
| HSV(B) | 66.86º | 0.16% | 0.88% | - |
| XYZ | 66.04 | 72.94 | 59.31 | - |
| YUV | 219.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 190 | 0.02 | 0 | 0.16 | 0.12 | 66.86 | 0.37 | 0.81 |
| Hex | DD | E1 | BE | 2 | 0 | 10 | C | 43 | 25 | 51 |
| Octal | 335 | 341 | 276 | 2 | 0 | 20 | 14 | 103 | 45 | 121 |
| Binary | 11011101 | 11100001 | 10111110 | 10 | 0 | 10000 | 1100 | 1000011 | 100101 | 1010001 |
Color Harmonies of #DDE1BE
Complementary color
Monochromatic Colors of #DDE1BE
Black with #DDE1BE
Text Example
Text Example
White with #DDE1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1BE; }
p { color: rgb(221,225,190); }
H1.HeaderClassName
{
color: #DDE1BE;
}
.AnyTagClassName
{
color: #DDE1BE;
}
</style>
background-color css
<style>
a { background-color: #DDE1BE; }
a { background-color: rgb(221,225,190); }
div.DivClassName
{
background-color: #DDE1BE;
}
.BgClassName
{
background-color: #DDE1BE;
}
</style>
border-color css
<style>
span { border-color: #DDE1BE; }
span { border-color: rgb(221,225,190); }
td.TdClassName
{
border-color: #DDE1BE;
}
.TagClassName
{
border-color: #DDE1BE;
}
</style>