Shades of Frost #D9DFBD
Tints of Frost #D9DFBD
RGB
CMYK
RGB Variations
Color information
#D9DFBD (or 0xD9DFBD) is known color: Frost. HEX triplet: D9, DF and BD. RGB value is (217,223,189). Sum of RGB (Red+Green+Blue) = 217+223+189=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFBD is #262042. Grayscale: #D9D9D9. Windows color (decimal): -2498627 or 12443609. OLE color: 12443609.
HSL color Cylindrical-coordinate representation of color #D9DFBD: hue angle of 70.59º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9DFBD is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 189 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.13 |
| HSL | 70.59º | 0.35% | 0.81% | - |
| HSV(B) | 70.59º | 0.15% | 0.87% | - |
| XYZ | 64.19 | 71.2 | 58.5 | - |
| YUV | 217.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 189 | 0.03 | 0 | 0.15 | 0.13 | 70.59 | 0.35 | 0.81 |
| Hex | D9 | DF | BD | 3 | 0 | F | D | 47 | 23 | 51 |
| Octal | 331 | 337 | 275 | 3 | 0 | 17 | 15 | 107 | 43 | 121 |
| Binary | 11011001 | 11011111 | 10111101 | 11 | 0 | 1111 | 1101 | 1000111 | 100011 | 1010001 |
Color Harmonies of #D9DFBD
Complementary color
Monochromatic Colors of #D9DFBD
Black with #D9DFBD
Text Example
Text Example
White with #D9DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFBD; }
p { color: rgb(217,223,189); }
H1.HeaderClassName
{
color: #D9DFBD;
}
.AnyTagClassName
{
color: #D9DFBD;
}
</style>
background-color css
<style>
a { background-color: #D9DFBD; }
a { background-color: rgb(217,223,189); }
div.DivClassName
{
background-color: #D9DFBD;
}
.BgClassName
{
background-color: #D9DFBD;
}
</style>
border-color css
<style>
span { border-color: #D9DFBD; }
span { border-color: rgb(217,223,189); }
td.TdClassName
{
border-color: #D9DFBD;
}
.TagClassName
{
border-color: #D9DFBD;
}
</style>