Shades of Milk White #DBD9CE
Tints of Milk White #DBD9CE
RGB
CMYK
RGB Variations
Color information
#DBD9CE (or 0xDBD9CE) is known color: Milk White. HEX triplet: DB, D9 and CE. RGB value is (219,217,206). Sum of RGB (Red+Green+Blue) = 219+217+206=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9CE is #242631. Grayscale: #D8D8D8. Windows color (decimal): -2369074 or 13556187. OLE color: 13556187.
HSL color Cylindrical-coordinate representation of color #DBD9CE: hue angle of 50.77º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBD9CE is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 206 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.14 |
| HSL | 50.77º | 0.15% | 0.83% | - |
| HSV(B) | 50.77º | 0.06% | 0.86% | - |
| XYZ | 65.17 | 69.14 | 68.3 | - |
| YUV | 216.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 206 | 0 | 0.01 | 0.06 | 0.14 | 50.77 | 0.15 | 0.83 |
| Hex | DB | D9 | CE | 0 | 1 | 6 | E | 33 | F | 53 |
| Octal | 333 | 331 | 316 | 0 | 1 | 6 | 16 | 63 | 17 | 123 |
| Binary | 11011011 | 11011001 | 11001110 | 0 | 1 | 110 | 1110 | 110011 | 1111 | 1010011 |
Color Harmonies of #DBD9CE
Complementary color
Monochromatic Colors of #DBD9CE
Black with #DBD9CE
Text Example
Text Example
White with #DBD9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9CE; }
p { color: rgb(219,217,206); }
H1.HeaderClassName
{
color: #DBD9CE;
}
.AnyTagClassName
{
color: #DBD9CE;
}
</style>
background-color css
<style>
a { background-color: #DBD9CE; }
a { background-color: rgb(219,217,206); }
div.DivClassName
{
background-color: #DBD9CE;
}
.BgClassName
{
background-color: #DBD9CE;
}
</style>
border-color css
<style>
span { border-color: #DBD9CE; }
span { border-color: rgb(219,217,206); }
td.TdClassName
{
border-color: #DBD9CE;
}
.TagClassName
{
border-color: #DBD9CE;
}
</style>