Shades of Wafer #DBBCB0
Tints of Wafer #DBBCB0
RGB
CMYK
RGB Variations
Color information
#DBBCB0 (or 0xDBBCB0) is known color: Wafer. HEX triplet: DB, BC and B0. RGB value is (219,188,176). Sum of RGB (Red+Green+Blue) = 219+188+176=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBCB0 is #24434F. Grayscale: #C3C3C3. Windows color (decimal): -2376528 or 11582683. OLE color: 11582683.
HSL color Cylindrical-coordinate representation of color #DBBCB0: hue angle of 16.74º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBBCB0 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 176 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.14 |
| HSL | 16.74º | 0.37% | 0.77% | - |
| HSV(B) | 16.74º | 0.2% | 0.86% | - |
| XYZ | 55.03 | 54.16 | 48.63 | - |
| YUV | 195.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 176 | 0 | 0.14 | 0.20 | 0.14 | 16.74 | 0.37 | 0.77 |
| Hex | DB | BC | B0 | 0 | E | 14 | E | 11 | 25 | 4D |
| Octal | 333 | 274 | 260 | 0 | 16 | 24 | 16 | 21 | 45 | 115 |
| Binary | 11011011 | 10111100 | 10110000 | 0 | 1110 | 10100 | 1110 | 10001 | 100101 | 1001101 |
Color Harmonies of #DBBCB0
Complementary color
Monochromatic Colors of #DBBCB0
Black with #DBBCB0
Text Example
Text Example
White with #DBBCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCB0; }
p { color: rgb(219,188,176); }
H1.HeaderClassName
{
color: #DBBCB0;
}
.AnyTagClassName
{
color: #DBBCB0;
}
</style>
background-color css
<style>
a { background-color: #DBBCB0; }
a { background-color: rgb(219,188,176); }
div.DivClassName
{
background-color: #DBBCB0;
}
.BgClassName
{
background-color: #DBBCB0;
}
</style>
border-color css
<style>
span { border-color: #DBBCB0; }
span { border-color: rgb(219,188,176); }
td.TdClassName
{
border-color: #DBBCB0;
}
.TagClassName
{
border-color: #DBBCB0;
}
</style>