Shades of Frost #DDE3BE
Tints of Frost #DDE3BE
RGB
CMYK
RGB Variations
Color information
#DDE3BE (or 0xDDE3BE) is known color: Frost. HEX triplet: DD, E3 and BE. RGB value is (221,227,190). Sum of RGB (Red+Green+Blue) = 221+227+190=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3BE is #221C41. Grayscale: #DDDDDD. Windows color (decimal): -2235458 or 12510173. OLE color: 12510173.
HSL color Cylindrical-coordinate representation of color #DDE3BE: hue angle of 69.73º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDE3BE is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 190 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.11 |
| HSL | 69.73º | 0.4% | 0.82% | - |
| HSV(B) | 69.73º | 0.16% | 0.89% | - |
| XYZ | 66.58 | 74.03 | 59.49 | - |
| YUV | 220.99 | 110.51 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 190 | 0.03 | 0 | 0.16 | 0.11 | 69.73 | 0.4 | 0.82 |
| Hex | DD | E3 | BE | 3 | 0 | 10 | B | 46 | 28 | 52 |
| Octal | 335 | 343 | 276 | 3 | 0 | 20 | 13 | 106 | 50 | 122 |
| Binary | 11011101 | 11100011 | 10111110 | 11 | 0 | 10000 | 1011 | 1000110 | 101000 | 1010010 |
Color Harmonies of #DDE3BE
Complementary color
Monochromatic Colors of #DDE3BE
Black with #DDE3BE
Text Example
Text Example
White with #DDE3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3BE; }
p { color: rgb(221,227,190); }
H1.HeaderClassName
{
color: #DDE3BE;
}
.AnyTagClassName
{
color: #DDE3BE;
}
</style>
background-color css
<style>
a { background-color: #DDE3BE; }
a { background-color: rgb(221,227,190); }
div.DivClassName
{
background-color: #DDE3BE;
}
.BgClassName
{
background-color: #DDE3BE;
}
</style>
border-color css
<style>
span { border-color: #DDE3BE; }
span { border-color: rgb(221,227,190); }
td.TdClassName
{
border-color: #DDE3BE;
}
.TagClassName
{
border-color: #DDE3BE;
}
</style>