Shades of Milk White #D9D7CA
Tints of Milk White #D9D7CA
RGB
CMYK
RGB Variations
Color information
#D9D7CA (or 0xD9D7CA) is known color: Milk White. HEX triplet: D9, D7 and CA. RGB value is (217,215,202). Sum of RGB (Red+Green+Blue) = 217+215+202=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D7CA is #262835. Grayscale: #D6D6D6. Windows color (decimal): -2500662 or 13293529. OLE color: 13293529.
HSL color Cylindrical-coordinate representation of color #D9D7CA: hue angle of 52º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9D7CA is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 215 | 202 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.15 |
| HSL | 52º | 0.16% | 0.82% | - |
| HSV(B) | 52º | 0.07% | 0.85% | - |
| XYZ | 63.58 | 67.62 | 65.58 | - |
| YUV | 214.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 215 | 202 | 0 | 0.01 | 0.07 | 0.15 | 52 | 0.16 | 0.82 |
| Hex | D9 | D7 | CA | 0 | 1 | 7 | F | 34 | 10 | 52 |
| Octal | 331 | 327 | 312 | 0 | 1 | 7 | 17 | 64 | 20 | 122 |
| Binary | 11011001 | 11010111 | 11001010 | 0 | 1 | 111 | 1111 | 110100 | 10000 | 1010010 |
Color Harmonies of #D9D7CA
Complementary color
Monochromatic Colors of #D9D7CA
Black with #D9D7CA
Text Example
Text Example
White with #D9D7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D7CA; }
p { color: rgb(217,215,202); }
H1.HeaderClassName
{
color: #D9D7CA;
}
.AnyTagClassName
{
color: #D9D7CA;
}
</style>
background-color css
<style>
a { background-color: #D9D7CA; }
a { background-color: rgb(217,215,202); }
div.DivClassName
{
background-color: #D9D7CA;
}
.BgClassName
{
background-color: #D9D7CA;
}
</style>
border-color css
<style>
span { border-color: #D9D7CA; }
span { border-color: rgb(217,215,202); }
td.TdClassName
{
border-color: #D9D7CA;
}
.TagClassName
{
border-color: #D9D7CA;
}
</style>