Shades of Milk White #DBD8CA
Tints of Milk White #DBD8CA
RGB
CMYK
RGB Variations
Color information
#DBD8CA (or 0xDBD8CA) is known color: Milk White. HEX triplet: DB, D8 and CA. RGB value is (219,216,202). Sum of RGB (Red+Green+Blue) = 219+216+202=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8CA is #242735. Grayscale: #D7D7D7. Windows color (decimal): -2369334 or 13293787. OLE color: 13293787.
HSL color Cylindrical-coordinate representation of color #DBD8CA: hue angle of 49.41º 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 #DBD8CA is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 202 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.14 |
| HSL | 49.41º | 0.19% | 0.83% | - |
| HSV(B) | 49.41º | 0.08% | 0.86% | - |
| XYZ | 64.43 | 68.44 | 65.69 | - |
| YUV | 215.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 202 | 0 | 0.01 | 0.08 | 0.14 | 49.41 | 0.19 | 0.83 |
| Hex | DB | D8 | CA | 0 | 1 | 8 | E | 31 | 13 | 53 |
| Octal | 333 | 330 | 312 | 0 | 1 | 10 | 16 | 61 | 23 | 123 |
| Binary | 11011011 | 11011000 | 11001010 | 0 | 1 | 1000 | 1110 | 110001 | 10011 | 1010011 |
Color Harmonies of #DBD8CA
Complementary color
Monochromatic Colors of #DBD8CA
Black with #DBD8CA
Text Example
Text Example
White with #DBD8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8CA; }
p { color: rgb(219,216,202); }
H1.HeaderClassName
{
color: #DBD8CA;
}
.AnyTagClassName
{
color: #DBD8CA;
}
</style>
background-color css
<style>
a { background-color: #DBD8CA; }
a { background-color: rgb(219,216,202); }
div.DivClassName
{
background-color: #DBD8CA;
}
.BgClassName
{
background-color: #DBD8CA;
}
</style>
border-color css
<style>
span { border-color: #DBD8CA; }
span { border-color: rgb(219,216,202); }
td.TdClassName
{
border-color: #DBD8CA;
}
.TagClassName
{
border-color: #DBD8CA;
}
</style>