Shades of Milk White #DBD8CD
Tints of Milk White #DBD8CD
RGB
CMYK
RGB Variations
Color information
#DBD8CD (or 0xDBD8CD) is known color: Milk White. HEX triplet: DB, D8 and CD. RGB value is (219,216,205). Sum of RGB (Red+Green+Blue) = 219+216+205=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8CD is #242732. Grayscale: #D7D7D7. Windows color (decimal): -2369331 or 13490395. OLE color: 13490395.
HSL color Cylindrical-coordinate representation of color #DBD8CD: hue angle of 47.14º 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 #DBD8CD is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 216 | 205 | - |
CMYK | 0 | 0.01 | 0.06 | 0.14 |
HSL | 47.14º | 0.16% | 0.83% | - |
HSV(B) | 47.14º | 0.06% | 0.86% | - |
XYZ | 64.79 | 68.58 | 67.58 | - |
YUV | 215.64 | 121.99 | 130.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 216 | 205 | 0 | 0.01 | 0.06 | 0.14 | 47.14 | 0.16 | 0.83 |
Hex | DB | D8 | CD | 0 | 1 | 6 | E | 2F | 10 | 53 |
Octal | 333 | 330 | 315 | 0 | 1 | 6 | 16 | 57 | 20 | 123 |
Binary | 11011011 | 11011000 | 11001101 | 0 | 1 | 110 | 1110 | 101111 | 10000 | 1010011 |
Color Harmonies of #DBD8CD
Complementary color
Monochromatic Colors of #DBD8CD
Black with #DBD8CD
Text Example
Text Example
White with #DBD8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8CD; }
p { color: rgb(219,216,205); }
H1.HeaderClassName
{
color: #DBD8CD;
}
.AnyTagClassName
{
color: #DBD8CD;
}
</style>
background-color css
<style>
a { background-color: #DBD8CD; }
a { background-color: rgb(219,216,205); }
div.DivClassName
{
background-color: #DBD8CD;
}
.BgClassName
{
background-color: #DBD8CD;
}
</style>
border-color css
<style>
span { border-color: #DBD8CD; }
span { border-color: rgb(219,216,205); }
td.TdClassName
{
border-color: #DBD8CD;
}
.TagClassName
{
border-color: #DBD8CD;
}
</style>