Shades of Frost #DDE3B9
Tints of Frost #DDE3B9
RGB
CMYK
RGB Variations
Color information
#DDE3B9 (or 0xDDE3B9) is known color: Frost. HEX triplet: DD, E3 and B9. RGB value is (221,227,185). Sum of RGB (Red+Green+Blue) = 221+227+185=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 185 (72.66% from 255 or 29.23% from 633); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3B9 is #221C46. Grayscale: #DCDCDC. Windows color (decimal): -2235463 or 12182493. OLE color: 12182493.
HSL color Cylindrical-coordinate representation of color #DDE3B9: hue angle of 68.57º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDE3B9 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 185 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.11 |
| HSL | 68.57º | 0.43% | 0.81% | - |
| HSV(B) | 68.57º | 0.19% | 0.89% | - |
| XYZ | 66.04 | 73.81 | 56.67 | - |
| YUV | 220.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 185 | 0.03 | 0 | 0.19 | 0.11 | 68.57 | 0.43 | 0.81 |
| Hex | DD | E3 | B9 | 3 | 0 | 13 | B | 45 | 2B | 51 |
| Octal | 335 | 343 | 271 | 3 | 0 | 23 | 13 | 105 | 53 | 121 |
| Binary | 11011101 | 11100011 | 10111001 | 11 | 0 | 10011 | 1011 | 1000101 | 101011 | 1010001 |
Color Harmonies of #DDE3B9
Complementary color
Monochromatic Colors of #DDE3B9
Black with #DDE3B9
Text Example
Text Example
White with #DDE3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3B9; }
p { color: rgb(221,227,185); }
H1.HeaderClassName
{
color: #DDE3B9;
}
.AnyTagClassName
{
color: #DDE3B9;
}
</style>
background-color css
<style>
a { background-color: #DDE3B9; }
a { background-color: rgb(221,227,185); }
div.DivClassName
{
background-color: #DDE3B9;
}
.BgClassName
{
background-color: #DDE3B9;
}
</style>
border-color css
<style>
span { border-color: #DDE3B9; }
span { border-color: rgb(221,227,185); }
td.TdClassName
{
border-color: #DDE3B9;
}
.TagClassName
{
border-color: #DDE3B9;
}
</style>