Shades of Milk White #D9D8D1
Tints of Milk White #D9D8D1
RGB
CMYK
RGB Variations
Color information
#D9D8D1 (or 0xD9D8D1) is known color: Milk White. HEX triplet: D9, D8 and D1. RGB value is (217,216,209). Sum of RGB (Red+Green+Blue) = 217+216+209=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8D1 is #26272E. Grayscale: #D7D7D7. Windows color (decimal): -2500399 or 13752537. OLE color: 13752537.
HSL color Cylindrical-coordinate representation of color #D9D8D1: hue angle of 52.5º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D9D8D1 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 216 | 209 | - |
| CMYK | 0 | 0.00 | 0.04 | 0.15 |
| HSL | 52.5º | 0.1% | 0.84% | - |
| HSV(B) | 52.5º | 0.04% | 0.85% | - |
| XYZ | 64.68 | 68.47 | 70.13 | - |
| YUV | 215.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 209 | 0 | 0.00 | 0.04 | 0.15 | 52.5 | 0.1 | 0.84 |
| Hex | D9 | D8 | D1 | 0 | 0 | 4 | F | 34 | A | 54 |
| Octal | 331 | 330 | 321 | 0 | 0 | 4 | 17 | 64 | 12 | 124 |
| Binary | 11011001 | 11011000 | 11010001 | 0 | 0 | 100 | 1111 | 110100 | 1010 | 1010100 |
Color Harmonies of #D9D8D1
Complementary color
Monochromatic Colors of #D9D8D1
Black with #D9D8D1
Text Example
Text Example
White with #D9D8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D8D1; }
p { color: rgb(217,216,209); }
H1.HeaderClassName
{
color: #D9D8D1;
}
.AnyTagClassName
{
color: #D9D8D1;
}
</style>
background-color css
<style>
a { background-color: #D9D8D1; }
a { background-color: rgb(217,216,209); }
div.DivClassName
{
background-color: #D9D8D1;
}
.BgClassName
{
background-color: #D9D8D1;
}
</style>
border-color css
<style>
span { border-color: #D9D8D1; }
span { border-color: rgb(217,216,209); }
td.TdClassName
{
border-color: #D9D8D1;
}
.TagClassName
{
border-color: #D9D8D1;
}
</style>