Shades of Frost #D9E0BD
Tints of Frost #D9E0BD
RGB
CMYK
RGB Variations
Color information
#D9E0BD (or 0xD9E0BD) is known color: Frost. HEX triplet: D9, E0 and BD. RGB value is (217,224,189). Sum of RGB (Red+Green+Blue) = 217+224+189=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E0BD is #261F42. Grayscale: #DADADA. Windows color (decimal): -2498371 or 12443865. OLE color: 12443865.
HSL color Cylindrical-coordinate representation of color #D9E0BD: hue angle of 72º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9E0BD is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 189 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.12 |
| HSL | 72º | 0.36% | 0.81% | - |
| HSV(B) | 72º | 0.16% | 0.88% | - |
| XYZ | 64.46 | 71.74 | 58.59 | - |
| YUV | 217.92 | 111.68 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 189 | 0.03 | 0 | 0.16 | 0.12 | 72 | 0.36 | 0.81 |
| Hex | D9 | E0 | BD | 3 | 0 | 10 | C | 48 | 24 | 51 |
| Octal | 331 | 340 | 275 | 3 | 0 | 20 | 14 | 110 | 44 | 121 |
| Binary | 11011001 | 11100000 | 10111101 | 11 | 0 | 10000 | 1100 | 1001000 | 100100 | 1010001 |
Color Harmonies of #D9E0BD
Complementary color
Monochromatic Colors of #D9E0BD
Black with #D9E0BD
Text Example
Text Example
White with #D9E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E0BD; }
p { color: rgb(217,224,189); }
H1.HeaderClassName
{
color: #D9E0BD;
}
.AnyTagClassName
{
color: #D9E0BD;
}
</style>
background-color css
<style>
a { background-color: #D9E0BD; }
a { background-color: rgb(217,224,189); }
div.DivClassName
{
background-color: #D9E0BD;
}
.BgClassName
{
background-color: #D9E0BD;
}
</style>
border-color css
<style>
span { border-color: #D9E0BD; }
span { border-color: rgb(217,224,189); }
td.TdClassName
{
border-color: #D9E0BD;
}
.TagClassName
{
border-color: #D9E0BD;
}
</style>