Shades of Frost #DDE9BD
Tints of Frost #DDE9BD
RGB
CMYK
RGB Variations
Color information
#DDE9BD (or 0xDDE9BD) is known color: Frost. HEX triplet: DD, E9 and BD. RGB value is (221,233,189). Sum of RGB (Red+Green+Blue) = 221+233+189=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9BD is #221642. Grayscale: #E0E0E0. Windows color (decimal): -2233923 or 12446173. OLE color: 12446173.
HSL color Cylindrical-coordinate representation of color #DDE9BD: hue angle of 76.36º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDE9BD is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 233 | 189 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.09 |
| HSL | 76.36º | 0.5% | 0.83% | - |
| HSV(B) | 76.36º | 0.19% | 0.91% | - |
| XYZ | 68.14 | 77.32 | 59.48 | - |
| YUV | 224.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 233 | 189 | 0.05 | 0 | 0.19 | 0.09 | 76.36 | 0.5 | 0.83 |
| Hex | DD | E9 | BD | 5 | 0 | 13 | 9 | 4C | 32 | 53 |
| Octal | 335 | 351 | 275 | 5 | 0 | 23 | 11 | 114 | 62 | 123 |
| Binary | 11011101 | 11101001 | 10111101 | 101 | 0 | 10011 | 1001 | 1001100 | 110010 | 1010011 |
Color Harmonies of #DDE9BD
Complementary color
Monochromatic Colors of #DDE9BD
Black with #DDE9BD
Text Example
Text Example
White with #DDE9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE9BD; }
p { color: rgb(221,233,189); }
H1.HeaderClassName
{
color: #DDE9BD;
}
.AnyTagClassName
{
color: #DDE9BD;
}
</style>
background-color css
<style>
a { background-color: #DDE9BD; }
a { background-color: rgb(221,233,189); }
div.DivClassName
{
background-color: #DDE9BD;
}
.BgClassName
{
background-color: #DDE9BD;
}
</style>
border-color css
<style>
span { border-color: #DDE9BD; }
span { border-color: rgb(221,233,189); }
td.TdClassName
{
border-color: #DDE9BD;
}
.TagClassName
{
border-color: #DDE9BD;
}
</style>