Shades of Frost #DDE3BA
Tints of Frost #DDE3BA
RGB
CMYK
RGB Variations
Color information
#DDE3BA (or 0xDDE3BA) is known color: Frost. HEX triplet: DD, E3 and BA. RGB value is (221,227,186). Sum of RGB (Red+Green+Blue) = 221+227+186=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 227 (89.06% from 255 or 35.80% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3BA is #221C45. Grayscale: #DCDCDC. Windows color (decimal): -2235462 or 12248029. OLE color: 12248029.
HSL color Cylindrical-coordinate representation of color #DDE3BA: hue angle of 68.78º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDE3BA is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 186 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.11 |
| HSL | 68.78º | 0.42% | 0.81% | - |
| HSV(B) | 68.78º | 0.18% | 0.89% | - |
| XYZ | 66.15 | 73.86 | 57.22 | - |
| YUV | 220.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 186 | 0.03 | 0 | 0.18 | 0.11 | 68.78 | 0.42 | 0.81 |
| Hex | DD | E3 | BA | 3 | 0 | 12 | B | 45 | 2A | 51 |
| Octal | 335 | 343 | 272 | 3 | 0 | 22 | 13 | 105 | 52 | 121 |
| Binary | 11011101 | 11100011 | 10111010 | 11 | 0 | 10010 | 1011 | 1000101 | 101010 | 1010001 |
Color Harmonies of #DDE3BA
Complementary color
Monochromatic Colors of #DDE3BA
Black with #DDE3BA
Text Example
Text Example
White with #DDE3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3BA; }
p { color: rgb(221,227,186); }
H1.HeaderClassName
{
color: #DDE3BA;
}
.AnyTagClassName
{
color: #DDE3BA;
}
</style>
background-color css
<style>
a { background-color: #DDE3BA; }
a { background-color: rgb(221,227,186); }
div.DivClassName
{
background-color: #DDE3BA;
}
.BgClassName
{
background-color: #DDE3BA;
}
</style>
border-color css
<style>
span { border-color: #DDE3BA; }
span { border-color: rgb(221,227,186); }
td.TdClassName
{
border-color: #DDE3BA;
}
.TagClassName
{
border-color: #DDE3BA;
}
</style>