Shades of Blanc #DBCDBB
Tints of Blanc #DBCDBB
RGB
CMYK
RGB Variations
Color information
#DBCDBB (or 0xDBCDBB) is known color: Blanc. HEX triplet: DB, CD and BB. RGB value is (219,205,187). Sum of RGB (Red+Green+Blue) = 219+205+187=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDBB is #243244. Grayscale: #CFCFCF. Windows color (decimal): -2372165 or 12307931. OLE color: 12307931.
HSL color Cylindrical-coordinate representation of color #DBCDBB: hue angle of 33.75º 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 #DBCDBB is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 187 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.14 |
| HSL | 33.75º | 0.31% | 0.8% | - |
| HSV(B) | 33.75º | 0.15% | 0.86% | - |
| XYZ | 60.01 | 62.31 | 55.88 | - |
| YUV | 207.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 187 | 0 | 0.06 | 0.15 | 0.14 | 33.75 | 0.31 | 0.8 |
| Hex | DB | CD | BB | 0 | 6 | F | E | 22 | 1F | 50 |
| Octal | 333 | 315 | 273 | 0 | 6 | 17 | 16 | 42 | 37 | 120 |
| Binary | 11011011 | 11001101 | 10111011 | 0 | 110 | 1111 | 1110 | 100010 | 11111 | 1010000 |
Color Harmonies of #DBCDBB
Complementary color
Monochromatic Colors of #DBCDBB
Black with #DBCDBB
Text Example
Text Example
White with #DBCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDBB; }
p { color: rgb(219,205,187); }
H1.HeaderClassName
{
color: #DBCDBB;
}
.AnyTagClassName
{
color: #DBCDBB;
}
</style>
background-color css
<style>
a { background-color: #DBCDBB; }
a { background-color: rgb(219,205,187); }
div.DivClassName
{
background-color: #DBCDBB;
}
.BgClassName
{
background-color: #DBCDBB;
}
</style>
border-color css
<style>
span { border-color: #DBCDBB; }
span { border-color: rgb(219,205,187); }
td.TdClassName
{
border-color: #DBCDBB;
}
.TagClassName
{
border-color: #DBCDBB;
}
</style>