Shades of Milk White #DBD8CE
Tints of Milk White #DBD8CE
RGB
CMYK
RGB Variations
Color information
#DBD8CE (or 0xDBD8CE) is known color: Milk White. HEX triplet: DB, D8 and CE. RGB value is (219,216,206). Sum of RGB (Red+Green+Blue) = 219+216+206=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8CE is #242731. Grayscale: #D7D7D7. Windows color (decimal): -2369330 or 13555931. OLE color: 13555931.
HSL color Cylindrical-coordinate representation of color #DBD8CE: hue angle of 46.15º degrees, saturation: 0.15, 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 #DBD8CE is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 216 | 206 | - |
CMYK | 0 | 0.01 | 0.06 | 0.14 |
HSL | 46.15º | 0.15% | 0.83% | - |
HSV(B) | 46.15º | 0.06% | 0.86% | - |
XYZ | 64.91 | 68.63 | 68.22 | - |
YUV | 215.76 | 122.49 | 130.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 216 | 206 | 0 | 0.01 | 0.06 | 0.14 | 46.15 | 0.15 | 0.83 |
Hex | DB | D8 | CE | 0 | 1 | 6 | E | 2E | F | 53 |
Octal | 333 | 330 | 316 | 0 | 1 | 6 | 16 | 56 | 17 | 123 |
Binary | 11011011 | 11011000 | 11001110 | 0 | 1 | 110 | 1110 | 101110 | 1111 | 1010011 |
Color Harmonies of #DBD8CE
Complementary color
Monochromatic Colors of #DBD8CE
Black with #DBD8CE
Text Example
Text Example
White with #DBD8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8CE; }
p { color: rgb(219,216,206); }
H1.HeaderClassName
{
color: #DBD8CE;
}
.AnyTagClassName
{
color: #DBD8CE;
}
</style>
background-color css
<style>
a { background-color: #DBD8CE; }
a { background-color: rgb(219,216,206); }
div.DivClassName
{
background-color: #DBD8CE;
}
.BgClassName
{
background-color: #DBD8CE;
}
</style>
border-color css
<style>
span { border-color: #DBD8CE; }
span { border-color: rgb(219,216,206); }
td.TdClassName
{
border-color: #DBD8CE;
}
.TagClassName
{
border-color: #DBD8CE;
}
</style>