Shades of Frost #DDE4BE
Tints of Frost #DDE4BE
RGB
CMYK
RGB Variations
Color information
#DDE4BE (or 0xDDE4BE) is known color: Frost. HEX triplet: DD, E4 and BE. RGB value is (221,228,190). Sum of RGB (Red+Green+Blue) = 221+228+190=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4BE is #221B41. Grayscale: #DDDDDD. Windows color (decimal): -2235202 or 12510429. OLE color: 12510429.
HSL color Cylindrical-coordinate representation of color #DDE4BE: hue angle of 71.05º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDE4BE is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 190 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.11 |
| HSL | 71.05º | 0.41% | 0.82% | - |
| HSV(B) | 71.05º | 0.17% | 0.89% | - |
| XYZ | 66.86 | 74.58 | 59.59 | - |
| YUV | 221.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 190 | 0.03 | 0 | 0.17 | 0.11 | 71.05 | 0.41 | 0.82 |
| Hex | DD | E4 | BE | 3 | 0 | 11 | B | 47 | 29 | 52 |
| Octal | 335 | 344 | 276 | 3 | 0 | 21 | 13 | 107 | 51 | 122 |
| Binary | 11011101 | 11100100 | 10111110 | 11 | 0 | 10001 | 1011 | 1000111 | 101001 | 1010010 |
Color Harmonies of #DDE4BE
Complementary color
Monochromatic Colors of #DDE4BE
Black with #DDE4BE
Text Example
Text Example
White with #DDE4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4BE; }
p { color: rgb(221,228,190); }
H1.HeaderClassName
{
color: #DDE4BE;
}
.AnyTagClassName
{
color: #DDE4BE;
}
</style>
background-color css
<style>
a { background-color: #DDE4BE; }
a { background-color: rgb(221,228,190); }
div.DivClassName
{
background-color: #DDE4BE;
}
.BgClassName
{
background-color: #DDE4BE;
}
</style>
border-color css
<style>
span { border-color: #DDE4BE; }
span { border-color: rgb(221,228,190); }
td.TdClassName
{
border-color: #DDE4BE;
}
.TagClassName
{
border-color: #DDE4BE;
}
</style>