Shades of Milk White #DBD8C9
Tints of Milk White #DBD8C9
RGB
CMYK
RGB Variations
Color information
#DBD8C9 (or 0xDBD8C9) is known color: Milk White. HEX triplet: DB, D8 and C9. RGB value is (219,216,201). Sum of RGB (Red+Green+Blue) = 219+216+201=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8C9 is #242736. Grayscale: #D7D7D7. Windows color (decimal): -2369335 or 13228251. OLE color: 13228251.
HSL color Cylindrical-coordinate representation of color #DBD8C9: hue angle of 50º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBD8C9 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 216 | 201 | - |
CMYK | 0 | 0.01 | 0.08 | 0.14 |
HSL | 50º | 0.2% | 0.82% | - |
HSV(B) | 50º | 0.08% | 0.86% | - |
XYZ | 64.31 | 68.39 | 65.07 | - |
YUV | 215.19 | 119.99 | 130.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 216 | 201 | 0 | 0.01 | 0.08 | 0.14 | 50 | 0.2 | 0.82 |
Hex | DB | D8 | C9 | 0 | 1 | 8 | E | 32 | 14 | 52 |
Octal | 333 | 330 | 311 | 0 | 1 | 10 | 16 | 62 | 24 | 122 |
Binary | 11011011 | 11011000 | 11001001 | 0 | 1 | 1000 | 1110 | 110010 | 10100 | 1010010 |
Color Harmonies of #DBD8C9
Complementary color
Monochromatic Colors of #DBD8C9
Black with #DBD8C9
Text Example
Text Example
White with #DBD8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8C9; }
p { color: rgb(219,216,201); }
H1.HeaderClassName
{
color: #DBD8C9;
}
.AnyTagClassName
{
color: #DBD8C9;
}
</style>
background-color css
<style>
a { background-color: #DBD8C9; }
a { background-color: rgb(219,216,201); }
div.DivClassName
{
background-color: #DBD8C9;
}
.BgClassName
{
background-color: #DBD8C9;
}
</style>
border-color css
<style>
span { border-color: #DBD8C9; }
span { border-color: rgb(219,216,201); }
td.TdClassName
{
border-color: #DBD8C9;
}
.TagClassName
{
border-color: #DBD8C9;
}
</style>