Shades of Blanc #DBCDBA
Tints of Blanc #DBCDBA
RGB
CMYK
RGB Variations
Color information
#DBCDBA (or 0xDBCDBA) is known color: Blanc. HEX triplet: DB, CD and BA. RGB value is (219,205,186). Sum of RGB (Red+Green+Blue) = 219+205+186=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDBA is #243245. Grayscale: #CFCFCF. Windows color (decimal): -2372166 or 12242395. OLE color: 12242395.
HSL color Cylindrical-coordinate representation of color #DBCDBA: hue angle of 34.55º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBCDBA is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 186 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.14 |
| HSL | 34.55º | 0.31% | 0.79% | - |
| HSV(B) | 34.55º | 0.15% | 0.86% | - |
| XYZ | 59.91 | 62.27 | 55.32 | - |
| YUV | 207.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 186 | 0 | 0.06 | 0.15 | 0.14 | 34.55 | 0.31 | 0.79 |
| Hex | DB | CD | BA | 0 | 6 | F | E | 23 | 1F | 4F |
| Octal | 333 | 315 | 272 | 0 | 6 | 17 | 16 | 43 | 37 | 117 |
| Binary | 11011011 | 11001101 | 10111010 | 0 | 110 | 1111 | 1110 | 100011 | 11111 | 1001111 |
Color Harmonies of #DBCDBA
Complementary color
Monochromatic Colors of #DBCDBA
Black with #DBCDBA
Text Example
Text Example
White with #DBCDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDBA; }
p { color: rgb(219,205,186); }
H1.HeaderClassName
{
color: #DBCDBA;
}
.AnyTagClassName
{
color: #DBCDBA;
}
</style>
background-color css
<style>
a { background-color: #DBCDBA; }
a { background-color: rgb(219,205,186); }
div.DivClassName
{
background-color: #DBCDBA;
}
.BgClassName
{
background-color: #DBCDBA;
}
</style>
border-color css
<style>
span { border-color: #DBCDBA; }
span { border-color: rgb(219,205,186); }
td.TdClassName
{
border-color: #DBCDBA;
}
.TagClassName
{
border-color: #DBCDBA;
}
</style>