Shades of Frost #DDECB9
Tints of Frost #DDECB9
RGB
CMYK
RGB Variations
Color information
#DDECB9 (or 0xDDECB9) is known color: Frost. HEX triplet: DD, EC and B9. RGB value is (221,236,185). Sum of RGB (Red+Green+Blue) = 221+236+185=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 185 (72.66% from 255 or 28.82% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECB9 is #221346. Grayscale: #E1E1E1. Windows color (decimal): -2233159 or 12184797. OLE color: 12184797.
HSL color Cylindrical-coordinate representation of color #DDECB9: hue angle of 77.65º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDECB9 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 185 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.07 |
| HSL | 77.65º | 0.57% | 0.83% | - |
| HSV(B) | 77.65º | 0.22% | 0.93% | - |
| XYZ | 68.57 | 78.87 | 57.51 | - |
| YUV | 225.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 185 | 0.06 | 0 | 0.22 | 0.07 | 77.65 | 0.57 | 0.83 |
| Hex | DD | EC | B9 | 6 | 0 | 16 | 7 | 4E | 39 | 53 |
| Octal | 335 | 354 | 271 | 6 | 0 | 26 | 7 | 116 | 71 | 123 |
| Binary | 11011101 | 11101100 | 10111001 | 110 | 0 | 10110 | 111 | 1001110 | 111001 | 1010011 |
Color Harmonies of #DDECB9
Complementary color
Monochromatic Colors of #DDECB9
Black with #DDECB9
Text Example
Text Example
White with #DDECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECB9; }
p { color: rgb(221,236,185); }
H1.HeaderClassName
{
color: #DDECB9;
}
.AnyTagClassName
{
color: #DDECB9;
}
</style>
background-color css
<style>
a { background-color: #DDECB9; }
a { background-color: rgb(221,236,185); }
div.DivClassName
{
background-color: #DDECB9;
}
.BgClassName
{
background-color: #DDECB9;
}
</style>
border-color css
<style>
span { border-color: #DDECB9; }
span { border-color: rgb(221,236,185); }
td.TdClassName
{
border-color: #DDECB9;
}
.TagClassName
{
border-color: #DDECB9;
}
</style>