Shades of Milk White #D8D6CD
Tints of Milk White #D8D6CD
RGB
CMYK
RGB Variations
Color information
#D8D6CD (or 0xD8D6CD) is known color: Milk White. HEX triplet: D8, D6 and CD. RGB value is (216,214,205). Sum of RGB (Red+Green+Blue) = 216+214+205=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D6CD is #272932. Grayscale: #D5D5D5. Windows color (decimal): -2566451 or 13489880. OLE color: 13489880.
HSL color Cylindrical-coordinate representation of color #D8D6CD: hue angle of 49.09º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D8D6CD is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 214 | 205 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.15 |
| HSL | 49.09º | 0.12% | 0.83% | - |
| HSV(B) | 49.09º | 0.05% | 0.85% | - |
| XYZ | 63.38 | 67.1 | 67.37 | - |
| YUV | 213.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 214 | 205 | 0 | 0.01 | 0.05 | 0.15 | 49.09 | 0.12 | 0.83 |
| Hex | D8 | D6 | CD | 0 | 1 | 5 | F | 31 | C | 53 |
| Octal | 330 | 326 | 315 | 0 | 1 | 5 | 17 | 61 | 14 | 123 |
| Binary | 11011000 | 11010110 | 11001101 | 0 | 1 | 101 | 1111 | 110001 | 1100 | 1010011 |
Color Harmonies of #D8D6CD
Complementary color
Monochromatic Colors of #D8D6CD
Black with #D8D6CD
Text Example
Text Example
White with #D8D6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D6CD; }
p { color: rgb(216,214,205); }
H1.HeaderClassName
{
color: #D8D6CD;
}
.AnyTagClassName
{
color: #D8D6CD;
}
</style>
background-color css
<style>
a { background-color: #D8D6CD; }
a { background-color: rgb(216,214,205); }
div.DivClassName
{
background-color: #D8D6CD;
}
.BgClassName
{
background-color: #D8D6CD;
}
</style>
border-color css
<style>
span { border-color: #D8D6CD; }
span { border-color: rgb(216,214,205); }
td.TdClassName
{
border-color: #D8D6CD;
}
.TagClassName
{
border-color: #D8D6CD;
}
</style>