Shades of Frost #DDE7BE
Tints of Frost #DDE7BE
RGB
CMYK
RGB Variations
Color information
#DDE7BE (or 0xDDE7BE) is known color: Frost. HEX triplet: DD, E7 and BE. RGB value is (221,231,190). Sum of RGB (Red+Green+Blue) = 221+231+190=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7BE is #221841. Grayscale: #DFDFDF. Windows color (decimal): -2234434 or 12511197. OLE color: 12511197.
HSL color Cylindrical-coordinate representation of color #DDE7BE: hue angle of 74.63º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDE7BE is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 231 | 190 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.09 |
| HSL | 74.63º | 0.46% | 0.83% | - |
| HSV(B) | 74.63º | 0.18% | 0.91% | - |
| XYZ | 67.69 | 76.24 | 59.86 | - |
| YUV | 223.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 190 | 0.04 | 0 | 0.18 | 0.09 | 74.63 | 0.46 | 0.83 |
| Hex | DD | E7 | BE | 4 | 0 | 12 | 9 | 4B | 2E | 53 |
| Octal | 335 | 347 | 276 | 4 | 0 | 22 | 11 | 113 | 56 | 123 |
| Binary | 11011101 | 11100111 | 10111110 | 100 | 0 | 10010 | 1001 | 1001011 | 101110 | 1010011 |
Color Harmonies of #DDE7BE
Complementary color
Monochromatic Colors of #DDE7BE
Black with #DDE7BE
Text Example
Text Example
White with #DDE7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE7BE; }
p { color: rgb(221,231,190); }
H1.HeaderClassName
{
color: #DDE7BE;
}
.AnyTagClassName
{
color: #DDE7BE;
}
</style>
background-color css
<style>
a { background-color: #DDE7BE; }
a { background-color: rgb(221,231,190); }
div.DivClassName
{
background-color: #DDE7BE;
}
.BgClassName
{
background-color: #DDE7BE;
}
</style>
border-color css
<style>
span { border-color: #DDE7BE; }
span { border-color: rgb(221,231,190); }
td.TdClassName
{
border-color: #DDE7BE;
}
.TagClassName
{
border-color: #DDE7BE;
}
</style>