Shades of Milk White #DBD7CA
Tints of Milk White #DBD7CA
RGB
CMYK
RGB Variations
Color information
#DBD7CA (or 0xDBD7CA) is known color: Milk White. HEX triplet: DB, D7 and CA. RGB value is (219,215,202). Sum of RGB (Red+Green+Blue) = 219+215+202=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7CA is #242835. Grayscale: #D6D6D6. Windows color (decimal): -2369590 or 13293531. OLE color: 13293531.
HSL color Cylindrical-coordinate representation of color #DBD7CA: hue angle of 45.88º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBD7CA is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 215 | 202 | - |
CMYK | 0 | 0.02 | 0.08 | 0.14 |
HSL | 45.88º | 0.19% | 0.83% | - |
HSV(B) | 45.88º | 0.08% | 0.86% | - |
XYZ | 64.17 | 67.93 | 65.61 | - |
YUV | 214.71 | 120.83 | 131.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 215 | 202 | 0 | 0.02 | 0.08 | 0.14 | 45.88 | 0.19 | 0.83 |
Hex | DB | D7 | CA | 0 | 2 | 8 | E | 2E | 13 | 53 |
Octal | 333 | 327 | 312 | 0 | 2 | 10 | 16 | 56 | 23 | 123 |
Binary | 11011011 | 11010111 | 11001010 | 0 | 10 | 1000 | 1110 | 101110 | 10011 | 1010011 |
Color Harmonies of #DBD7CA
Complementary color
Monochromatic Colors of #DBD7CA
Black with #DBD7CA
Text Example
Text Example
White with #DBD7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD7CA; }
p { color: rgb(219,215,202); }
H1.HeaderClassName
{
color: #DBD7CA;
}
.AnyTagClassName
{
color: #DBD7CA;
}
</style>
background-color css
<style>
a { background-color: #DBD7CA; }
a { background-color: rgb(219,215,202); }
div.DivClassName
{
background-color: #DBD7CA;
}
.BgClassName
{
background-color: #DBD7CA;
}
</style>
border-color css
<style>
span { border-color: #DBD7CA; }
span { border-color: rgb(219,215,202); }
td.TdClassName
{
border-color: #DBD7CA;
}
.TagClassName
{
border-color: #DBD7CA;
}
</style>