Shades of Milk White #DBD9CF
Tints of Milk White #DBD9CF
RGB
CMYK
RGB Variations
Color information
#DBD9CF (or 0xDBD9CF) is known color: Milk White. HEX triplet: DB, D9 and CF. RGB value is (219,217,207). Sum of RGB (Red+Green+Blue) = 219+217+207=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9CF is #242630. Grayscale: #D8D8D8. Windows color (decimal): -2369073 or 13621723. OLE color: 13621723.
HSL color Cylindrical-coordinate representation of color #DBD9CF: hue angle of 50º degrees, saturation: 0.14, 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 #DBD9CF is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 217 | 207 | - |
CMYK | 0 | 0.01 | 0.05 | 0.14 |
HSL | 50º | 0.14% | 0.84% | - |
HSV(B) | 50º | 0.05% | 0.86% | - |
XYZ | 65.29 | 69.19 | 68.95 | - |
YUV | 216.46 | 122.66 | 129.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 207 | 0 | 0.01 | 0.05 | 0.14 | 50 | 0.14 | 0.84 |
Hex | DB | D9 | CF | 0 | 1 | 5 | E | 32 | E | 54 |
Octal | 333 | 331 | 317 | 0 | 1 | 5 | 16 | 62 | 16 | 124 |
Binary | 11011011 | 11011001 | 11001111 | 0 | 1 | 101 | 1110 | 110010 | 1110 | 1010100 |
Color Harmonies of #DBD9CF
Complementary color
Monochromatic Colors of #DBD9CF
Black with #DBD9CF
Text Example
Text Example
White with #DBD9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9CF; }
p { color: rgb(219,217,207); }
H1.HeaderClassName
{
color: #DBD9CF;
}
.AnyTagClassName
{
color: #DBD9CF;
}
</style>
background-color css
<style>
a { background-color: #DBD9CF; }
a { background-color: rgb(219,217,207); }
div.DivClassName
{
background-color: #DBD9CF;
}
.BgClassName
{
background-color: #DBD9CF;
}
</style>
border-color css
<style>
span { border-color: #DBD9CF; }
span { border-color: rgb(219,217,207); }
td.TdClassName
{
border-color: #DBD9CF;
}
.TagClassName
{
border-color: #DBD9CF;
}
</style>