Shades of Frost #D9E0BA
Tints of Frost #D9E0BA
RGB
CMYK
RGB Variations
Color information
#D9E0BA (or 0xD9E0BA) is known color: Frost. HEX triplet: D9, E0 and BA. RGB value is (217,224,186). Sum of RGB (Red+Green+Blue) = 217+224+186=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E0BA is #261F45. Grayscale: #D9D9D9. Windows color (decimal): -2498374 or 12247257. OLE color: 12247257.
HSL color Cylindrical-coordinate representation of color #D9E0BA: hue angle of 71.05º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9E0BA is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 186 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.12 |
| HSL | 71.05º | 0.38% | 0.8% | - |
| HSV(B) | 71.05º | 0.17% | 0.88% | - |
| XYZ | 64.13 | 71.61 | 56.9 | - |
| YUV | 217.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 186 | 0.03 | 0 | 0.17 | 0.12 | 71.05 | 0.38 | 0.8 |
| Hex | D9 | E0 | BA | 3 | 0 | 11 | C | 47 | 26 | 50 |
| Octal | 331 | 340 | 272 | 3 | 0 | 21 | 14 | 107 | 46 | 120 |
| Binary | 11011001 | 11100000 | 10111010 | 11 | 0 | 10001 | 1100 | 1000111 | 100110 | 1010000 |
Color Harmonies of #D9E0BA
Complementary color
Monochromatic Colors of #D9E0BA
Black with #D9E0BA
Text Example
Text Example
White with #D9E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E0BA; }
p { color: rgb(217,224,186); }
H1.HeaderClassName
{
color: #D9E0BA;
}
.AnyTagClassName
{
color: #D9E0BA;
}
</style>
background-color css
<style>
a { background-color: #D9E0BA; }
a { background-color: rgb(217,224,186); }
div.DivClassName
{
background-color: #D9E0BA;
}
.BgClassName
{
background-color: #D9E0BA;
}
</style>
border-color css
<style>
span { border-color: #D9E0BA; }
span { border-color: rgb(217,224,186); }
td.TdClassName
{
border-color: #D9E0BA;
}
.TagClassName
{
border-color: #D9E0BA;
}
</style>