Shades of Wafer #DBC0B5
Tints of Wafer #DBC0B5
RGB
CMYK
RGB Variations
Color information
#DBC0B5 (or 0xDBC0B5) is known color: Wafer. HEX triplet: DB, C0 and B5. RGB value is (219,192,181). Sum of RGB (Red+Green+Blue) = 219+192+181=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0B5 is #243F4A. Grayscale: #C6C6C6. Windows color (decimal): -2375499 or 11911387. OLE color: 11911387.
HSL color Cylindrical-coordinate representation of color #DBC0B5: hue angle of 17.37º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBC0B5 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 181 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.14 |
| HSL | 17.37º | 0.35% | 0.78% | - |
| HSV(B) | 17.37º | 0.17% | 0.86% | - |
| XYZ | 56.4 | 56.1 | 51.57 | - |
| YUV | 198.82 | 117.95 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 181 | 0 | 0.12 | 0.17 | 0.14 | 17.37 | 0.35 | 0.78 |
| Hex | DB | C0 | B5 | 0 | C | 11 | E | 11 | 23 | 4E |
| Octal | 333 | 300 | 265 | 0 | 14 | 21 | 16 | 21 | 43 | 116 |
| Binary | 11011011 | 11000000 | 10110101 | 0 | 1100 | 10001 | 1110 | 10001 | 100011 | 1001110 |
Color Harmonies of #DBC0B5
Complementary color
Monochromatic Colors of #DBC0B5
Black with #DBC0B5
Text Example
Text Example
White with #DBC0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0B5; }
p { color: rgb(219,192,181); }
H1.HeaderClassName
{
color: #DBC0B5;
}
.AnyTagClassName
{
color: #DBC0B5;
}
</style>
background-color css
<style>
a { background-color: #DBC0B5; }
a { background-color: rgb(219,192,181); }
div.DivClassName
{
background-color: #DBC0B5;
}
.BgClassName
{
background-color: #DBC0B5;
}
</style>
border-color css
<style>
span { border-color: #DBC0B5; }
span { border-color: rgb(219,192,181); }
td.TdClassName
{
border-color: #DBC0B5;
}
.TagClassName
{
border-color: #DBC0B5;
}
</style>