Shades of Milk White #DBD9CB
Tints of Milk White #DBD9CB
RGB
CMYK
RGB Variations
Color information
#DBD9CB (or 0xDBD9CB) is known color: Milk White. HEX triplet: DB, D9 and CB. RGB value is (219,217,203). Sum of RGB (Red+Green+Blue) = 219+217+203=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9CB is #242634. Grayscale: #D8D8D8. Windows color (decimal): -2369077 or 13359579. OLE color: 13359579.
HSL color Cylindrical-coordinate representation of color #DBD9CB: hue angle of 52.5º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBD9CB is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 217 | 203 | - |
CMYK | 0 | 0.01 | 0.07 | 0.14 |
HSL | 52.5º | 0.18% | 0.83% | - |
HSV(B) | 52.5º | 0.07% | 0.86% | - |
XYZ | 64.81 | 69 | 66.4 | - |
YUV | 216 | 120.66 | 130.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 203 | 0 | 0.01 | 0.07 | 0.14 | 52.5 | 0.18 | 0.83 |
Hex | DB | D9 | CB | 0 | 1 | 7 | E | 34 | 12 | 53 |
Octal | 333 | 331 | 313 | 0 | 1 | 7 | 16 | 64 | 22 | 123 |
Binary | 11011011 | 11011001 | 11001011 | 0 | 1 | 111 | 1110 | 110100 | 10010 | 1010011 |
Color Harmonies of #DBD9CB
Complementary color
Monochromatic Colors of #DBD9CB
Black with #DBD9CB
Text Example
Text Example
White with #DBD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9CB; }
p { color: rgb(219,217,203); }
H1.HeaderClassName
{
color: #DBD9CB;
}
.AnyTagClassName
{
color: #DBD9CB;
}
</style>
background-color css
<style>
a { background-color: #DBD9CB; }
a { background-color: rgb(219,217,203); }
div.DivClassName
{
background-color: #DBD9CB;
}
.BgClassName
{
background-color: #DBD9CB;
}
</style>
border-color css
<style>
span { border-color: #DBD9CB; }
span { border-color: rgb(219,217,203); }
td.TdClassName
{
border-color: #DBD9CB;
}
.TagClassName
{
border-color: #DBD9CB;
}
</style>