Shades of Wafer #DBB8AD
Tints of Wafer #DBB8AD
RGB
CMYK
RGB Variations
Color information
#DBB8AD (or 0xDBB8AD) is known color: Wafer. HEX triplet: DB, B8 and AD. RGB value is (219,184,173). Sum of RGB (Red+Green+Blue) = 219+184+173=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB8AD is #244752. Grayscale: #C1C1C1. Windows color (decimal): -2377555 or 11385051. OLE color: 11385051.
HSL color Cylindrical-coordinate representation of color #DBB8AD: hue angle of 14.35º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBB8AD is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 173 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.14 |
| HSL | 14.35º | 0.39% | 0.77% | - |
| HSV(B) | 14.35º | 0.21% | 0.86% | - |
| XYZ | 53.9 | 52.36 | 46.8 | - |
| YUV | 193.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 173 | 0 | 0.16 | 0.21 | 0.14 | 14.35 | 0.39 | 0.77 |
| Hex | DB | B8 | AD | 0 | 10 | 15 | E | E | 27 | 4D |
| Octal | 333 | 270 | 255 | 0 | 20 | 25 | 16 | 16 | 47 | 115 |
| Binary | 11011011 | 10111000 | 10101101 | 0 | 10000 | 10101 | 1110 | 1110 | 100111 | 1001101 |
Color Harmonies of #DBB8AD
Complementary color
Monochromatic Colors of #DBB8AD
Black with #DBB8AD
Text Example
Text Example
White with #DBB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB8AD; }
p { color: rgb(219,184,173); }
H1.HeaderClassName
{
color: #DBB8AD;
}
.AnyTagClassName
{
color: #DBB8AD;
}
</style>
background-color css
<style>
a { background-color: #DBB8AD; }
a { background-color: rgb(219,184,173); }
div.DivClassName
{
background-color: #DBB8AD;
}
.BgClassName
{
background-color: #DBB8AD;
}
</style>
border-color css
<style>
span { border-color: #DBB8AD; }
span { border-color: rgb(219,184,173); }
td.TdClassName
{
border-color: #DBB8AD;
}
.TagClassName
{
border-color: #DBB8AD;
}
</style>