Shades of Milk White #DBD9D2
Tints of Milk White #DBD9D2
RGB
CMYK
RGB Variations
Color information
#DBD9D2 (or 0xDBD9D2) is known color: Milk White. HEX triplet: DB, D9 and D2. RGB value is (219,217,210). Sum of RGB (Red+Green+Blue) = 219+217+210=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9D2 is #24262D. Grayscale: #D8D8D8. Windows color (decimal): -2369070 or 13818331. OLE color: 13818331.
HSL color Cylindrical-coordinate representation of color #DBD9D2: hue angle of 46.67º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBD9D2 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 217 | 210 | - |
CMYK | 0 | 0.01 | 0.04 | 0.14 |
HSL | 46.67º | 0.11% | 0.84% | - |
HSV(B) | 46.67º | 0.04% | 0.86% | - |
XYZ | 65.66 | 69.34 | 70.9 | - |
YUV | 216.8 | 124.16 | 129.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 210 | 0 | 0.01 | 0.04 | 0.14 | 46.67 | 0.11 | 0.84 |
Hex | DB | D9 | D2 | 0 | 1 | 4 | E | 2F | B | 54 |
Octal | 333 | 331 | 322 | 0 | 1 | 4 | 16 | 57 | 13 | 124 |
Binary | 11011011 | 11011001 | 11010010 | 0 | 1 | 100 | 1110 | 101111 | 1011 | 1010100 |
Color Harmonies of #DBD9D2
Complementary color
Monochromatic Colors of #DBD9D2
Black with #DBD9D2
Text Example
Text Example
White with #DBD9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9D2; }
p { color: rgb(219,217,210); }
H1.HeaderClassName
{
color: #DBD9D2;
}
.AnyTagClassName
{
color: #DBD9D2;
}
</style>
background-color css
<style>
a { background-color: #DBD9D2; }
a { background-color: rgb(219,217,210); }
div.DivClassName
{
background-color: #DBD9D2;
}
.BgClassName
{
background-color: #DBD9D2;
}
</style>
border-color css
<style>
span { border-color: #DBD9D2; }
span { border-color: rgb(219,217,210); }
td.TdClassName
{
border-color: #DBD9D2;
}
.TagClassName
{
border-color: #DBD9D2;
}
</style>