Shades of Blanc #DBD0BF
Tints of Blanc #DBD0BF
RGB
CMYK
RGB Variations
Color information
#DBD0BF (or 0xDBD0BF) is known color: Blanc. HEX triplet: DB, D0 and BF. RGB value is (219,208,191). Sum of RGB (Red+Green+Blue) = 219+208+191=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0BF is #242F40. Grayscale: #D1D1D1. Windows color (decimal): -2371393 or 12570843. OLE color: 12570843.
HSL color Cylindrical-coordinate representation of color #DBD0BF: hue angle of 36.43º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBD0BF is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 191 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.14 |
| HSL | 36.43º | 0.28% | 0.8% | - |
| HSV(B) | 36.43º | 0.13% | 0.86% | - |
| XYZ | 61.17 | 63.93 | 58.41 | - |
| YUV | 209.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 191 | 0 | 0.05 | 0.13 | 0.14 | 36.43 | 0.28 | 0.8 |
| Hex | DB | D0 | BF | 0 | 5 | D | E | 24 | 1C | 50 |
| Octal | 333 | 320 | 277 | 0 | 5 | 15 | 16 | 44 | 34 | 120 |
| Binary | 11011011 | 11010000 | 10111111 | 0 | 101 | 1101 | 1110 | 100100 | 11100 | 1010000 |
Color Harmonies of #DBD0BF
Complementary color
Monochromatic Colors of #DBD0BF
Black with #DBD0BF
Text Example
Text Example
White with #DBD0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0BF; }
p { color: rgb(219,208,191); }
H1.HeaderClassName
{
color: #DBD0BF;
}
.AnyTagClassName
{
color: #DBD0BF;
}
</style>
background-color css
<style>
a { background-color: #DBD0BF; }
a { background-color: rgb(219,208,191); }
div.DivClassName
{
background-color: #DBD0BF;
}
.BgClassName
{
background-color: #DBD0BF;
}
</style>
border-color css
<style>
span { border-color: #DBD0BF; }
span { border-color: rgb(219,208,191); }
td.TdClassName
{
border-color: #DBD0BF;
}
.TagClassName
{
border-color: #DBD0BF;
}
</style>