Shades of Blanc #DBCCBB
Tints of Blanc #DBCCBB
RGB
CMYK
RGB Variations
Color information
#DBCCBB (or 0xDBCCBB) is known color: Blanc. HEX triplet: DB, CC and BB. RGB value is (219,204,187). Sum of RGB (Red+Green+Blue) = 219+204+187=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCBB is #243344. Grayscale: #CECECE. Windows color (decimal): -2372421 or 12307675. OLE color: 12307675.
HSL color Cylindrical-coordinate representation of color #DBCCBB: hue angle of 31.88º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBCCBB is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 187 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.14 |
| HSL | 31.88º | 0.31% | 0.8% | - |
| HSV(B) | 31.88º | 0.15% | 0.86% | - |
| XYZ | 59.78 | 61.83 | 55.8 | - |
| YUV | 206.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 187 | 0 | 0.07 | 0.15 | 0.14 | 31.88 | 0.31 | 0.8 |
| Hex | DB | CC | BB | 0 | 7 | F | E | 20 | 1F | 50 |
| Octal | 333 | 314 | 273 | 0 | 7 | 17 | 16 | 40 | 37 | 120 |
| Binary | 11011011 | 11001100 | 10111011 | 0 | 111 | 1111 | 1110 | 100000 | 11111 | 1010000 |
Color Harmonies of #DBCCBB
Complementary color
Monochromatic Colors of #DBCCBB
Black with #DBCCBB
Text Example
Text Example
White with #DBCCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCBB; }
p { color: rgb(219,204,187); }
H1.HeaderClassName
{
color: #DBCCBB;
}
.AnyTagClassName
{
color: #DBCCBB;
}
</style>
background-color css
<style>
a { background-color: #DBCCBB; }
a { background-color: rgb(219,204,187); }
div.DivClassName
{
background-color: #DBCCBB;
}
.BgClassName
{
background-color: #DBCCBB;
}
</style>
border-color css
<style>
span { border-color: #DBCCBB; }
span { border-color: rgb(219,204,187); }
td.TdClassName
{
border-color: #DBCCBB;
}
.TagClassName
{
border-color: #DBCCBB;
}
</style>