Shades of Blanc #DBD0C0
Tints of Blanc #DBD0C0
RGB
CMYK
RGB Variations
Color information
#DBD0C0 (or 0xDBD0C0) is known color: Blanc. HEX triplet: DB, D0 and C0. RGB value is (219,208,192). Sum of RGB (Red+Green+Blue) = 219+208+192=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0C0 is #242F3F. Grayscale: #D1D1D1. Windows color (decimal): -2371392 or 12636379. OLE color: 12636379.
HSL color Cylindrical-coordinate representation of color #DBD0C0: hue angle of 35.56º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBD0C0 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 192 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.14 |
| HSL | 35.56º | 0.27% | 0.81% | - |
| HSV(B) | 35.56º | 0.12% | 0.86% | - |
| XYZ | 61.28 | 63.98 | 58.99 | - |
| YUV | 209.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 192 | 0 | 0.05 | 0.12 | 0.14 | 35.56 | 0.27 | 0.81 |
| Hex | DB | D0 | C0 | 0 | 5 | C | E | 24 | 1B | 51 |
| Octal | 333 | 320 | 300 | 0 | 5 | 14 | 16 | 44 | 33 | 121 |
| Binary | 11011011 | 11010000 | 11000000 | 0 | 101 | 1100 | 1110 | 100100 | 11011 | 1010001 |
Color Harmonies of #DBD0C0
Complementary color
Monochromatic Colors of #DBD0C0
Black with #DBD0C0
Text Example
Text Example
White with #DBD0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0C0; }
p { color: rgb(219,208,192); }
H1.HeaderClassName
{
color: #DBD0C0;
}
.AnyTagClassName
{
color: #DBD0C0;
}
</style>
background-color css
<style>
a { background-color: #DBD0C0; }
a { background-color: rgb(219,208,192); }
div.DivClassName
{
background-color: #DBD0C0;
}
.BgClassName
{
background-color: #DBD0C0;
}
</style>
border-color css
<style>
span { border-color: #DBD0C0; }
span { border-color: rgb(219,208,192); }
td.TdClassName
{
border-color: #DBD0C0;
}
.TagClassName
{
border-color: #DBD0C0;
}
</style>