Shades of Milk White #D8D6CB
Tints of Milk White #D8D6CB
RGB
CMYK
RGB Variations
Color information
#D8D6CB (or 0xD8D6CB) is known color: Milk White. HEX triplet: D8, D6 and CB. RGB value is (216,214,203). Sum of RGB (Red+Green+Blue) = 216+214+203=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D6CB is #272934. Grayscale: #D5D5D5. Windows color (decimal): -2566453 or 13358808. OLE color: 13358808.
HSL color Cylindrical-coordinate representation of color #D8D6CB: hue angle of 50.77º degrees, saturation: 0.14, 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 #D8D6CB is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 214 | 203 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.15 |
| HSL | 50.77º | 0.14% | 0.82% | - |
| HSV(B) | 50.77º | 0.06% | 0.85% | - |
| XYZ | 63.14 | 67 | 66.1 | - |
| YUV | 213.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 214 | 203 | 0 | 0.01 | 0.06 | 0.15 | 50.77 | 0.14 | 0.82 |
| Hex | D8 | D6 | CB | 0 | 1 | 6 | F | 33 | E | 52 |
| Octal | 330 | 326 | 313 | 0 | 1 | 6 | 17 | 63 | 16 | 122 |
| Binary | 11011000 | 11010110 | 11001011 | 0 | 1 | 110 | 1111 | 110011 | 1110 | 1010010 |
Color Harmonies of #D8D6CB
Complementary color
Monochromatic Colors of #D8D6CB
Black with #D8D6CB
Text Example
Text Example
White with #D8D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D6CB; }
p { color: rgb(216,214,203); }
H1.HeaderClassName
{
color: #D8D6CB;
}
.AnyTagClassName
{
color: #D8D6CB;
}
</style>
background-color css
<style>
a { background-color: #D8D6CB; }
a { background-color: rgb(216,214,203); }
div.DivClassName
{
background-color: #D8D6CB;
}
.BgClassName
{
background-color: #D8D6CB;
}
</style>
border-color css
<style>
span { border-color: #D8D6CB; }
span { border-color: rgb(216,214,203); }
td.TdClassName
{
border-color: #D8D6CB;
}
.TagClassName
{
border-color: #D8D6CB;
}
</style>