Shades of Frost #DDE4BB
Tints of Frost #DDE4BB
RGB
CMYK
RGB Variations
Color information
#DDE4BB (or 0xDDE4BB) is known color: Frost. HEX triplet: DD, E4 and BB. RGB value is (221,228,187). Sum of RGB (Red+Green+Blue) = 221+228+187=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4BB is #221B44. Grayscale: #DDDDDD. Windows color (decimal): -2235205 or 12313821. OLE color: 12313821.
HSL color Cylindrical-coordinate representation of color #DDE4BB: hue angle of 70.24º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDE4BB is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 187 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.11 |
| HSL | 70.24º | 0.43% | 0.81% | - |
| HSV(B) | 70.24º | 0.18% | 0.89% | - |
| XYZ | 66.53 | 74.45 | 57.88 | - |
| YUV | 221.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 187 | 0.03 | 0 | 0.18 | 0.11 | 70.24 | 0.43 | 0.81 |
| Hex | DD | E4 | BB | 3 | 0 | 12 | B | 46 | 2B | 51 |
| Octal | 335 | 344 | 273 | 3 | 0 | 22 | 13 | 106 | 53 | 121 |
| Binary | 11011101 | 11100100 | 10111011 | 11 | 0 | 10010 | 1011 | 1000110 | 101011 | 1010001 |
Color Harmonies of #DDE4BB
Complementary color
Monochromatic Colors of #DDE4BB
Black with #DDE4BB
Text Example
Text Example
White with #DDE4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4BB; }
p { color: rgb(221,228,187); }
H1.HeaderClassName
{
color: #DDE4BB;
}
.AnyTagClassName
{
color: #DDE4BB;
}
</style>
background-color css
<style>
a { background-color: #DDE4BB; }
a { background-color: rgb(221,228,187); }
div.DivClassName
{
background-color: #DDE4BB;
}
.BgClassName
{
background-color: #DDE4BB;
}
</style>
border-color css
<style>
span { border-color: #DDE4BB; }
span { border-color: rgb(221,228,187); }
td.TdClassName
{
border-color: #DDE4BB;
}
.TagClassName
{
border-color: #DDE4BB;
}
</style>