Shades of Wafer #DBC0B6
Tints of Wafer #DBC0B6
RGB
CMYK
RGB Variations
Color information
#DBC0B6 (or 0xDBC0B6) is known color: Wafer. HEX triplet: DB, C0 and B6. RGB value is (219,192,182). Sum of RGB (Red+Green+Blue) = 219+192+182=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0B6 is #243F49. Grayscale: #C7C7C7. Windows color (decimal): -2375498 or 11976923. OLE color: 11976923.
HSL color Cylindrical-coordinate representation of color #DBC0B6: hue angle of 16.22º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBC0B6 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 182 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.14 |
| HSL | 16.22º | 0.34% | 0.79% | - |
| HSV(B) | 16.22º | 0.17% | 0.86% | - |
| XYZ | 56.51 | 56.14 | 52.11 | - |
| YUV | 198.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 182 | 0 | 0.12 | 0.17 | 0.14 | 16.22 | 0.34 | 0.79 |
| Hex | DB | C0 | B6 | 0 | C | 11 | E | 10 | 22 | 4F |
| Octal | 333 | 300 | 266 | 0 | 14 | 21 | 16 | 20 | 42 | 117 |
| Binary | 11011011 | 11000000 | 10110110 | 0 | 1100 | 10001 | 1110 | 10000 | 100010 | 1001111 |
Color Harmonies of #DBC0B6
Complementary color
Monochromatic Colors of #DBC0B6
Black with #DBC0B6
Text Example
Text Example
White with #DBC0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0B6; }
p { color: rgb(219,192,182); }
H1.HeaderClassName
{
color: #DBC0B6;
}
.AnyTagClassName
{
color: #DBC0B6;
}
</style>
background-color css
<style>
a { background-color: #DBC0B6; }
a { background-color: rgb(219,192,182); }
div.DivClassName
{
background-color: #DBC0B6;
}
.BgClassName
{
background-color: #DBC0B6;
}
</style>
border-color css
<style>
span { border-color: #DBC0B6; }
span { border-color: rgb(219,192,182); }
td.TdClassName
{
border-color: #DBC0B6;
}
.TagClassName
{
border-color: #DBC0B6;
}
</style>