Shades of Blanc #DBD1BD
Tints of Blanc #DBD1BD
RGB
CMYK
RGB Variations
Color information
#DBD1BD (or 0xDBD1BD) is known color: Blanc. HEX triplet: DB, D1 and BD. RGB value is (219,209,189). Sum of RGB (Red+Green+Blue) = 219+209+189=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1BD is #242E42. Grayscale: #D1D1D1. Windows color (decimal): -2371139 or 12440027. OLE color: 12440027.
HSL color Cylindrical-coordinate representation of color #DBD1BD: hue angle of 40º 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 #DBD1BD is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 189 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.14 |
| HSL | 40º | 0.29% | 0.8% | - |
| HSV(B) | 40º | 0.14% | 0.86% | - |
| XYZ | 61.2 | 64.34 | 57.34 | - |
| YUV | 209.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 189 | 0 | 0.05 | 0.14 | 0.14 | 40 | 0.29 | 0.8 |
| Hex | DB | D1 | BD | 0 | 5 | E | E | 28 | 1D | 50 |
| Octal | 333 | 321 | 275 | 0 | 5 | 16 | 16 | 50 | 35 | 120 |
| Binary | 11011011 | 11010001 | 10111101 | 0 | 101 | 1110 | 1110 | 101000 | 11101 | 1010000 |
Color Harmonies of #DBD1BD
Complementary color
Monochromatic Colors of #DBD1BD
Black with #DBD1BD
Text Example
Text Example
White with #DBD1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1BD; }
p { color: rgb(219,209,189); }
H1.HeaderClassName
{
color: #DBD1BD;
}
.AnyTagClassName
{
color: #DBD1BD;
}
</style>
background-color css
<style>
a { background-color: #DBD1BD; }
a { background-color: rgb(219,209,189); }
div.DivClassName
{
background-color: #DBD1BD;
}
.BgClassName
{
background-color: #DBD1BD;
}
</style>
border-color css
<style>
span { border-color: #DBD1BD; }
span { border-color: rgb(219,209,189); }
td.TdClassName
{
border-color: #DBD1BD;
}
.TagClassName
{
border-color: #DBD1BD;
}
</style>