Shades of Milk White #DBD9D1
Tints of Milk White #DBD9D1
RGB
CMYK
RGB Variations
Color information
#DBD9D1 (or 0xDBD9D1) is known color: Milk White. HEX triplet: DB, D9 and D1. RGB value is (219,217,209). Sum of RGB (Red+Green+Blue) = 219+217+209=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9D1 is #24262E. Grayscale: #D8D8D8. Windows color (decimal): -2369071 or 13752795. OLE color: 13752795.
HSL color Cylindrical-coordinate representation of color #DBD9D1: hue angle of 48º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD9D1 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 217 | 209 | - |
CMYK | 0 | 0.01 | 0.05 | 0.14 |
HSL | 48º | 0.12% | 0.84% | - |
HSV(B) | 48º | 0.05% | 0.86% | - |
XYZ | 65.53 | 69.29 | 70.24 | - |
YUV | 216.69 | 123.66 | 129.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 209 | 0 | 0.01 | 0.05 | 0.14 | 48 | 0.12 | 0.84 |
Hex | DB | D9 | D1 | 0 | 1 | 5 | E | 30 | C | 54 |
Octal | 333 | 331 | 321 | 0 | 1 | 5 | 16 | 60 | 14 | 124 |
Binary | 11011011 | 11011001 | 11010001 | 0 | 1 | 101 | 1110 | 110000 | 1100 | 1010100 |
Color Harmonies of #DBD9D1
Complementary color
Monochromatic Colors of #DBD9D1
Black with #DBD9D1
Text Example
Text Example
White with #DBD9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9D1; }
p { color: rgb(219,217,209); }
H1.HeaderClassName
{
color: #DBD9D1;
}
.AnyTagClassName
{
color: #DBD9D1;
}
</style>
background-color css
<style>
a { background-color: #DBD9D1; }
a { background-color: rgb(219,217,209); }
div.DivClassName
{
background-color: #DBD9D1;
}
.BgClassName
{
background-color: #DBD9D1;
}
</style>
border-color css
<style>
span { border-color: #DBD9D1; }
span { border-color: rgb(219,217,209); }
td.TdClassName
{
border-color: #DBD9D1;
}
.TagClassName
{
border-color: #DBD9D1;
}
</style>