Shades of Milk White #D9D7CB
Tints of Milk White #D9D7CB
RGB
CMYK
RGB Variations
Color information
#D9D7CB (or 0xD9D7CB) is known color: Milk White. HEX triplet: D9, D7 and CB. RGB value is (217,215,203). Sum of RGB (Red+Green+Blue) = 217+215+203=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D7CB is #262834. Grayscale: #D6D6D6. Windows color (decimal): -2500661 or 13359065. OLE color: 13359065.
HSL color Cylindrical-coordinate representation of color #D9D7CB: hue angle of 51.43º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9D7CB is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 215 | 203 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.15 |
| HSL | 51.43º | 0.16% | 0.82% | - |
| HSV(B) | 51.43º | 0.06% | 0.85% | - |
| XYZ | 63.7 | 67.66 | 66.2 | - |
| YUV | 214.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 215 | 203 | 0 | 0.01 | 0.06 | 0.15 | 51.43 | 0.16 | 0.82 |
| Hex | D9 | D7 | CB | 0 | 1 | 6 | F | 33 | 10 | 52 |
| Octal | 331 | 327 | 313 | 0 | 1 | 6 | 17 | 63 | 20 | 122 |
| Binary | 11011001 | 11010111 | 11001011 | 0 | 1 | 110 | 1111 | 110011 | 10000 | 1010010 |
Color Harmonies of #D9D7CB
Complementary color
Monochromatic Colors of #D9D7CB
Black with #D9D7CB
Text Example
Text Example
White with #D9D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D7CB; }
p { color: rgb(217,215,203); }
H1.HeaderClassName
{
color: #D9D7CB;
}
.AnyTagClassName
{
color: #D9D7CB;
}
</style>
background-color css
<style>
a { background-color: #D9D7CB; }
a { background-color: rgb(217,215,203); }
div.DivClassName
{
background-color: #D9D7CB;
}
.BgClassName
{
background-color: #D9D7CB;
}
</style>
border-color css
<style>
span { border-color: #D9D7CB; }
span { border-color: rgb(217,215,203); }
td.TdClassName
{
border-color: #D9D7CB;
}
.TagClassName
{
border-color: #D9D7CB;
}
</style>