Shades of Milk White #D8D5CA
Tints of Milk White #D8D5CA
RGB
CMYK
RGB Variations
Color information
#D8D5CA (or 0xD8D5CA) is known color: Milk White. HEX triplet: D8, D5 and CA. RGB value is (216,213,202). Sum of RGB (Red+Green+Blue) = 216+213+202=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D5CA is #272A35. Grayscale: #D4D4D4. Windows color (decimal): -2566710 or 13293016. OLE color: 13293016.
HSL color Cylindrical-coordinate representation of color #D8D5CA: hue angle of 47.14º degrees, saturation: 0.15, 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 #D8D5CA is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 213 | 202 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.15 |
| HSL | 47.14º | 0.15% | 0.82% | - |
| HSV(B) | 47.14º | 0.06% | 0.85% | - |
| XYZ | 62.77 | 66.45 | 65.4 | - |
| YUV | 212.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 213 | 202 | 0 | 0.01 | 0.06 | 0.15 | 47.14 | 0.15 | 0.82 |
| Hex | D8 | D5 | CA | 0 | 1 | 6 | F | 2F | F | 52 |
| Octal | 330 | 325 | 312 | 0 | 1 | 6 | 17 | 57 | 17 | 122 |
| Binary | 11011000 | 11010101 | 11001010 | 0 | 1 | 110 | 1111 | 101111 | 1111 | 1010010 |
Color Harmonies of #D8D5CA
Complementary color
Monochromatic Colors of #D8D5CA
Black with #D8D5CA
Text Example
Text Example
White with #D8D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D5CA; }
p { color: rgb(216,213,202); }
H1.HeaderClassName
{
color: #D8D5CA;
}
.AnyTagClassName
{
color: #D8D5CA;
}
</style>
background-color css
<style>
a { background-color: #D8D5CA; }
a { background-color: rgb(216,213,202); }
div.DivClassName
{
background-color: #D8D5CA;
}
.BgClassName
{
background-color: #D8D5CA;
}
</style>
border-color css
<style>
span { border-color: #D8D5CA; }
span { border-color: rgb(216,213,202); }
td.TdClassName
{
border-color: #D8D5CA;
}
.TagClassName
{
border-color: #D8D5CA;
}
</style>