Shades of Frost #D9E1B9
Tints of Frost #D9E1B9
RGB
CMYK
RGB Variations
Color information
#D9E1B9 (or 0xD9E1B9) is known color: Frost. HEX triplet: D9, E1 and B9. RGB value is (217,225,185). Sum of RGB (Red+Green+Blue) = 217+225+185=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1B9 is #261E46. Grayscale: #DADADA. Windows color (decimal): -2498119 or 12181977. OLE color: 12181977.
HSL color Cylindrical-coordinate representation of color #D9E1B9: hue angle of 72º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9E1B9 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 185 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.12 |
| HSL | 72º | 0.4% | 0.8% | - |
| HSV(B) | 72º | 0.18% | 0.88% | - |
| XYZ | 64.3 | 72.1 | 56.43 | - |
| YUV | 218.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 185 | 0.04 | 0 | 0.18 | 0.12 | 72 | 0.4 | 0.8 |
| Hex | D9 | E1 | B9 | 4 | 0 | 12 | C | 48 | 28 | 50 |
| Octal | 331 | 341 | 271 | 4 | 0 | 22 | 14 | 110 | 50 | 120 |
| Binary | 11011001 | 11100001 | 10111001 | 100 | 0 | 10010 | 1100 | 1001000 | 101000 | 1010000 |
Color Harmonies of #D9E1B9
Complementary color
Monochromatic Colors of #D9E1B9
Black with #D9E1B9
Text Example
Text Example
White with #D9E1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E1B9; }
p { color: rgb(217,225,185); }
H1.HeaderClassName
{
color: #D9E1B9;
}
.AnyTagClassName
{
color: #D9E1B9;
}
</style>
background-color css
<style>
a { background-color: #D9E1B9; }
a { background-color: rgb(217,225,185); }
div.DivClassName
{
background-color: #D9E1B9;
}
.BgClassName
{
background-color: #D9E1B9;
}
</style>
border-color css
<style>
span { border-color: #D9E1B9; }
span { border-color: rgb(217,225,185); }
td.TdClassName
{
border-color: #D9E1B9;
}
.TagClassName
{
border-color: #D9E1B9;
}
</style>