Shades of Wafer #DBC0B4
Tints of Wafer #DBC0B4
RGB
CMYK
RGB Variations
Color information
#DBC0B4 (or 0xDBC0B4) is known color: Wafer. HEX triplet: DB, C0 and B4. RGB value is (219,192,180). Sum of RGB (Red+Green+Blue) = 219+192+180=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0B4 is #243F4B. Grayscale: #C6C6C6. Windows color (decimal): -2375500 or 11845851. OLE color: 11845851.
HSL color Cylindrical-coordinate representation of color #DBC0B4: hue angle of 18.46º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBC0B4 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 180 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.14 |
| HSL | 18.46º | 0.35% | 0.78% | - |
| HSV(B) | 18.46º | 0.18% | 0.86% | - |
| XYZ | 56.3 | 56.05 | 51.03 | - |
| YUV | 198.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 180 | 0 | 0.12 | 0.18 | 0.14 | 18.46 | 0.35 | 0.78 |
| Hex | DB | C0 | B4 | 0 | C | 12 | E | 12 | 23 | 4E |
| Octal | 333 | 300 | 264 | 0 | 14 | 22 | 16 | 22 | 43 | 116 |
| Binary | 11011011 | 11000000 | 10110100 | 0 | 1100 | 10010 | 1110 | 10010 | 100011 | 1001110 |
Color Harmonies of #DBC0B4
Complementary color
Monochromatic Colors of #DBC0B4
Black with #DBC0B4
Text Example
Text Example
White with #DBC0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0B4; }
p { color: rgb(219,192,180); }
H1.HeaderClassName
{
color: #DBC0B4;
}
.AnyTagClassName
{
color: #DBC0B4;
}
</style>
background-color css
<style>
a { background-color: #DBC0B4; }
a { background-color: rgb(219,192,180); }
div.DivClassName
{
background-color: #DBC0B4;
}
.BgClassName
{
background-color: #DBC0B4;
}
</style>
border-color css
<style>
span { border-color: #DBC0B4; }
span { border-color: rgb(219,192,180); }
td.TdClassName
{
border-color: #DBC0B4;
}
.TagClassName
{
border-color: #DBC0B4;
}
</style>