Shades of Blanc #DBD0BD
Tints of Blanc #DBD0BD
RGB
CMYK
RGB Variations
Color information
#DBD0BD (or 0xDBD0BD) is known color: Blanc. HEX triplet: DB, D0 and BD. RGB value is (219,208,189). Sum of RGB (Red+Green+Blue) = 219+208+189=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0BD is #242F42. Grayscale: #D1D1D1. Windows color (decimal): -2371395 or 12439771. OLE color: 12439771.
HSL color Cylindrical-coordinate representation of color #DBD0BD: hue angle of 38º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBD0BD is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 189 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.14 |
| HSL | 38º | 0.29% | 0.8% | - |
| HSV(B) | 38º | 0.14% | 0.86% | - |
| XYZ | 60.95 | 63.85 | 57.25 | - |
| YUV | 209.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 189 | 0 | 0.05 | 0.14 | 0.14 | 38 | 0.29 | 0.8 |
| Hex | DB | D0 | BD | 0 | 5 | E | E | 26 | 1D | 50 |
| Octal | 333 | 320 | 275 | 0 | 5 | 16 | 16 | 46 | 35 | 120 |
| Binary | 11011011 | 11010000 | 10111101 | 0 | 101 | 1110 | 1110 | 100110 | 11101 | 1010000 |
Color Harmonies of #DBD0BD
Complementary color
Monochromatic Colors of #DBD0BD
Black with #DBD0BD
Text Example
Text Example
White with #DBD0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0BD; }
p { color: rgb(219,208,189); }
H1.HeaderClassName
{
color: #DBD0BD;
}
.AnyTagClassName
{
color: #DBD0BD;
}
</style>
background-color css
<style>
a { background-color: #DBD0BD; }
a { background-color: rgb(219,208,189); }
div.DivClassName
{
background-color: #DBD0BD;
}
.BgClassName
{
background-color: #DBD0BD;
}
</style>
border-color css
<style>
span { border-color: #DBD0BD; }
span { border-color: rgb(219,208,189); }
td.TdClassName
{
border-color: #DBD0BD;
}
.TagClassName
{
border-color: #DBD0BD;
}
</style>