Shades of Frost #DDE6BE
Tints of Frost #DDE6BE
RGB
CMYK
RGB Variations
Color information
#DDE6BE (or 0xDDE6BE) is known color: Frost. HEX triplet: DD, E6 and BE. RGB value is (221,230,190). Sum of RGB (Red+Green+Blue) = 221+230+190=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6BE is #221941. Grayscale: #DEDEDE. Windows color (decimal): -2234690 or 12510941. OLE color: 12510941.
HSL color Cylindrical-coordinate representation of color #DDE6BE: hue angle of 73.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDE6BE is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 190 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.10 |
| HSL | 73.5º | 0.44% | 0.82% | - |
| HSV(B) | 73.5º | 0.17% | 0.9% | - |
| XYZ | 67.41 | 75.68 | 59.77 | - |
| YUV | 222.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 190 | 0.04 | 0 | 0.17 | 0.10 | 73.5 | 0.44 | 0.82 |
| Hex | DD | E6 | BE | 4 | 0 | 11 | A | 4A | 2C | 52 |
| Octal | 335 | 346 | 276 | 4 | 0 | 21 | 12 | 112 | 54 | 122 |
| Binary | 11011101 | 11100110 | 10111110 | 100 | 0 | 10001 | 1010 | 1001010 | 101100 | 1010010 |
Color Harmonies of #DDE6BE
Complementary color
Monochromatic Colors of #DDE6BE
Black with #DDE6BE
Text Example
Text Example
White with #DDE6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6BE; }
p { color: rgb(221,230,190); }
H1.HeaderClassName
{
color: #DDE6BE;
}
.AnyTagClassName
{
color: #DDE6BE;
}
</style>
background-color css
<style>
a { background-color: #DDE6BE; }
a { background-color: rgb(221,230,190); }
div.DivClassName
{
background-color: #DDE6BE;
}
.BgClassName
{
background-color: #DDE6BE;
}
</style>
border-color css
<style>
span { border-color: #DDE6BE; }
span { border-color: rgb(221,230,190); }
td.TdClassName
{
border-color: #DDE6BE;
}
.TagClassName
{
border-color: #DDE6BE;
}
</style>