Shades of Milk White #DAD9D1
Tints of Milk White #DAD9D1
RGB
CMYK
RGB Variations
Color information
#DAD9D1 (or 0xDAD9D1) is known color: Milk White. HEX triplet: DA, D9 and D1. RGB value is (218,217,209). Sum of RGB (Red+Green+Blue) = 218+217+209=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9D1 is #25262E. Grayscale: #D8D8D8. Windows color (decimal): -2434607 or 13752794. OLE color: 13752794.
HSL color Cylindrical-coordinate representation of color #DAD9D1: hue angle of 53.33º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAD9D1 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 209 | - |
| CMYK | 0 | 0.00 | 0.04 | 0.15 |
| HSL | 53.33º | 0.11% | 0.84% | - |
| HSV(B) | 53.33º | 0.04% | 0.85% | - |
| XYZ | 65.23 | 69.13 | 70.23 | - |
| YUV | 216.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 209 | 0 | 0.00 | 0.04 | 0.15 | 53.33 | 0.11 | 0.84 |
| Hex | DA | D9 | D1 | 0 | 0 | 4 | F | 35 | B | 54 |
| Octal | 332 | 331 | 321 | 0 | 0 | 4 | 17 | 65 | 13 | 124 |
| Binary | 11011010 | 11011001 | 11010001 | 0 | 0 | 100 | 1111 | 110101 | 1011 | 1010100 |
Color Harmonies of #DAD9D1
Complementary color
Monochromatic Colors of #DAD9D1
Black with #DAD9D1
Text Example
Text Example
White with #DAD9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD9D1; }
p { color: rgb(218,217,209); }
H1.HeaderClassName
{
color: #DAD9D1;
}
.AnyTagClassName
{
color: #DAD9D1;
}
</style>
background-color css
<style>
a { background-color: #DAD9D1; }
a { background-color: rgb(218,217,209); }
div.DivClassName
{
background-color: #DAD9D1;
}
.BgClassName
{
background-color: #DAD9D1;
}
</style>
border-color css
<style>
span { border-color: #DAD9D1; }
span { border-color: rgb(218,217,209); }
td.TdClassName
{
border-color: #DAD9D1;
}
.TagClassName
{
border-color: #DAD9D1;
}
</style>