Shades of Wafer #D8B7AD
Tints of Wafer #D8B7AD
RGB
CMYK
RGB Variations
Color information
#D8B7AD (or 0xD8B7AD) is known color: Wafer. HEX triplet: D8, B7 and AD. RGB value is (216,183,173). Sum of RGB (Red+Green+Blue) = 216+183+173=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B7AD is #274852. Grayscale: #BFBFBF. Windows color (decimal): -2574419 or 11384792. OLE color: 11384792.
HSL color Cylindrical-coordinate representation of color #D8B7AD: hue angle of 13.95º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8B7AD is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 173 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.15 |
| HSL | 13.95º | 0.36% | 0.76% | - |
| HSV(B) | 13.95º | 0.2% | 0.85% | - |
| XYZ | 52.8 | 51.48 | 46.69 | - |
| YUV | 191.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 173 | 0 | 0.15 | 0.20 | 0.15 | 13.95 | 0.36 | 0.76 |
| Hex | D8 | B7 | AD | 0 | F | 14 | F | E | 24 | 4C |
| Octal | 330 | 267 | 255 | 0 | 17 | 24 | 17 | 16 | 44 | 114 |
| Binary | 11011000 | 10110111 | 10101101 | 0 | 1111 | 10100 | 1111 | 1110 | 100100 | 1001100 |
Color Harmonies of #D8B7AD
Complementary color
Monochromatic Colors of #D8B7AD
Black with #D8B7AD
Text Example
Text Example
White with #D8B7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7AD; }
p { color: rgb(216,183,173); }
H1.HeaderClassName
{
color: #D8B7AD;
}
.AnyTagClassName
{
color: #D8B7AD;
}
</style>
background-color css
<style>
a { background-color: #D8B7AD; }
a { background-color: rgb(216,183,173); }
div.DivClassName
{
background-color: #D8B7AD;
}
.BgClassName
{
background-color: #D8B7AD;
}
</style>
border-color css
<style>
span { border-color: #D8B7AD; }
span { border-color: rgb(216,183,173); }
td.TdClassName
{
border-color: #D8B7AD;
}
.TagClassName
{
border-color: #D8B7AD;
}
</style>