Shades of Milk White #D9D7CD
Tints of Milk White #D9D7CD
RGB
CMYK
RGB Variations
Color information
#D9D7CD (or 0xD9D7CD) is known color: Milk White. HEX triplet: D9, D7 and CD. RGB value is (217,215,205). Sum of RGB (Red+Green+Blue) = 217+215+205=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D7CD is #262832. Grayscale: #D6D6D6. Windows color (decimal): -2500659 or 13490137. OLE color: 13490137.
HSL color Cylindrical-coordinate representation of color #D9D7CD: hue angle of 50º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9D7CD is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 215 | 205 | - |
CMYK | 0 | 0.01 | 0.06 | 0.15 |
HSL | 50º | 0.14% | 0.83% | - |
HSV(B) | 50º | 0.06% | 0.85% | - |
XYZ | 63.94 | 67.76 | 67.47 | - |
YUV | 214.46 | 122.66 | 129.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 215 | 205 | 0 | 0.01 | 0.06 | 0.15 | 50 | 0.14 | 0.83 |
Hex | D9 | D7 | CD | 0 | 1 | 6 | F | 32 | E | 53 |
Octal | 331 | 327 | 315 | 0 | 1 | 6 | 17 | 62 | 16 | 123 |
Binary | 11011001 | 11010111 | 11001101 | 0 | 1 | 110 | 1111 | 110010 | 1110 | 1010011 |
Color Harmonies of #D9D7CD
Complementary color
Monochromatic Colors of #D9D7CD
Black with #D9D7CD
Text Example
Text Example
White with #D9D7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D7CD; }
p { color: rgb(217,215,205); }
H1.HeaderClassName
{
color: #D9D7CD;
}
.AnyTagClassName
{
color: #D9D7CD;
}
</style>
background-color css
<style>
a { background-color: #D9D7CD; }
a { background-color: rgb(217,215,205); }
div.DivClassName
{
background-color: #D9D7CD;
}
.BgClassName
{
background-color: #D9D7CD;
}
</style>
border-color css
<style>
span { border-color: #D9D7CD; }
span { border-color: rgb(217,215,205); }
td.TdClassName
{
border-color: #D9D7CD;
}
.TagClassName
{
border-color: #D9D7CD;
}
</style>