Shades of Blanc #DBCDBC
Tints of Blanc #DBCDBC
RGB
CMYK
RGB Variations
Color information
#DBCDBC (or 0xDBCDBC) is known color: Blanc. HEX triplet: DB, CD and BC. RGB value is (219,205,188). Sum of RGB (Red+Green+Blue) = 219+205+188=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDBC is #243243. Grayscale: #CFCFCF. Windows color (decimal): -2372164 or 12373467. OLE color: 12373467.
HSL color Cylindrical-coordinate representation of color #DBCDBC: hue angle of 32.9º degrees, saturation: 0.3, 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 #DBCDBC is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 188 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.14 |
| HSL | 32.9º | 0.3% | 0.8% | - |
| HSV(B) | 32.9º | 0.14% | 0.86% | - |
| XYZ | 60.12 | 62.35 | 56.44 | - |
| YUV | 207.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 188 | 0 | 0.06 | 0.14 | 0.14 | 32.9 | 0.3 | 0.8 |
| Hex | DB | CD | BC | 0 | 6 | E | E | 21 | 1E | 50 |
| Octal | 333 | 315 | 274 | 0 | 6 | 16 | 16 | 41 | 36 | 120 |
| Binary | 11011011 | 11001101 | 10111100 | 0 | 110 | 1110 | 1110 | 100001 | 11110 | 1010000 |
Color Harmonies of #DBCDBC
Complementary color
Monochromatic Colors of #DBCDBC
Black with #DBCDBC
Text Example
Text Example
White with #DBCDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDBC; }
p { color: rgb(219,205,188); }
H1.HeaderClassName
{
color: #DBCDBC;
}
.AnyTagClassName
{
color: #DBCDBC;
}
</style>
background-color css
<style>
a { background-color: #DBCDBC; }
a { background-color: rgb(219,205,188); }
div.DivClassName
{
background-color: #DBCDBC;
}
.BgClassName
{
background-color: #DBCDBC;
}
</style>
border-color css
<style>
span { border-color: #DBCDBC; }
span { border-color: rgb(219,205,188); }
td.TdClassName
{
border-color: #DBCDBC;
}
.TagClassName
{
border-color: #DBCDBC;
}
</style>