Shades of Frost #DDE5BB
Tints of Frost #DDE5BB
RGB
CMYK
RGB Variations
Color information
#DDE5BB (or 0xDDE5BB) is known color: Frost. HEX triplet: DD, E5 and BB. RGB value is (221,229,187). Sum of RGB (Red+Green+Blue) = 221+229+187=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5BB is #221A44. Grayscale: #DDDDDD. Windows color (decimal): -2234949 or 12314077. OLE color: 12314077.
HSL color Cylindrical-coordinate representation of color #DDE5BB: hue angle of 71.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDE5BB is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 187 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.10 |
| HSL | 71.43º | 0.45% | 0.82% | - |
| HSV(B) | 71.43º | 0.18% | 0.9% | - |
| XYZ | 66.81 | 75 | 57.97 | - |
| YUV | 221.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 187 | 0.03 | 0 | 0.18 | 0.10 | 71.43 | 0.45 | 0.82 |
| Hex | DD | E5 | BB | 3 | 0 | 12 | A | 47 | 2D | 52 |
| Octal | 335 | 345 | 273 | 3 | 0 | 22 | 12 | 107 | 55 | 122 |
| Binary | 11011101 | 11100101 | 10111011 | 11 | 0 | 10010 | 1010 | 1000111 | 101101 | 1010010 |
Color Harmonies of #DDE5BB
Complementary color
Monochromatic Colors of #DDE5BB
Black with #DDE5BB
Text Example
Text Example
White with #DDE5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5BB; }
p { color: rgb(221,229,187); }
H1.HeaderClassName
{
color: #DDE5BB;
}
.AnyTagClassName
{
color: #DDE5BB;
}
</style>
background-color css
<style>
a { background-color: #DDE5BB; }
a { background-color: rgb(221,229,187); }
div.DivClassName
{
background-color: #DDE5BB;
}
.BgClassName
{
background-color: #DDE5BB;
}
</style>
border-color css
<style>
span { border-color: #DDE5BB; }
span { border-color: rgb(221,229,187); }
td.TdClassName
{
border-color: #DDE5BB;
}
.TagClassName
{
border-color: #DDE5BB;
}
</style>