Shades of Milk White #DBD9CD
Tints of Milk White #DBD9CD
RGB
CMYK
RGB Variations
Color information
#DBD9CD (or 0xDBD9CD) is known color: Milk White. HEX triplet: DB, D9 and CD. RGB value is (219,217,205). Sum of RGB (Red+Green+Blue) = 219+217+205=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9CD is #242632. Grayscale: #D8D8D8. Windows color (decimal): -2369075 or 13490651. OLE color: 13490651.
HSL color Cylindrical-coordinate representation of color #DBD9CD: hue angle of 51.43º degrees, saturation: 0.16, 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 #DBD9CD is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 217 | 205 | - |
CMYK | 0 | 0.01 | 0.06 | 0.14 |
HSL | 51.43º | 0.16% | 0.83% | - |
HSV(B) | 51.43º | 0.06% | 0.86% | - |
XYZ | 65.05 | 69.09 | 67.67 | - |
YUV | 216.23 | 121.66 | 129.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 205 | 0 | 0.01 | 0.06 | 0.14 | 51.43 | 0.16 | 0.83 |
Hex | DB | D9 | CD | 0 | 1 | 6 | E | 33 | 10 | 53 |
Octal | 333 | 331 | 315 | 0 | 1 | 6 | 16 | 63 | 20 | 123 |
Binary | 11011011 | 11011001 | 11001101 | 0 | 1 | 110 | 1110 | 110011 | 10000 | 1010011 |
Color Harmonies of #DBD9CD
Complementary color
Monochromatic Colors of #DBD9CD
Black with #DBD9CD
Text Example
Text Example
White with #DBD9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9CD; }
p { color: rgb(219,217,205); }
H1.HeaderClassName
{
color: #DBD9CD;
}
.AnyTagClassName
{
color: #DBD9CD;
}
</style>
background-color css
<style>
a { background-color: #DBD9CD; }
a { background-color: rgb(219,217,205); }
div.DivClassName
{
background-color: #DBD9CD;
}
.BgClassName
{
background-color: #DBD9CD;
}
</style>
border-color css
<style>
span { border-color: #DBD9CD; }
span { border-color: rgb(219,217,205); }
td.TdClassName
{
border-color: #DBD9CD;
}
.TagClassName
{
border-color: #DBD9CD;
}
</style>