Shades of Wafer #D8BAAB
Tints of Wafer #D8BAAB
RGB
CMYK
RGB Variations
Color information
#D8BAAB (or 0xD8BAAB) is known color: Wafer. HEX triplet: D8, BA and AB. RGB value is (216,186,171). Sum of RGB (Red+Green+Blue) = 216+186+171=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BAAB is #274554. Grayscale: #C1C1C1. Windows color (decimal): -2573653 or 11254488. OLE color: 11254488.
HSL color Cylindrical-coordinate representation of color #D8BAAB: hue angle of 20º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8BAAB is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 171 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.15 |
| HSL | 20º | 0.37% | 0.76% | - |
| HSV(B) | 20º | 0.21% | 0.85% | - |
| XYZ | 53.23 | 52.66 | 45.89 | - |
| YUV | 193.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 171 | 0 | 0.14 | 0.21 | 0.15 | 20 | 0.37 | 0.76 |
| Hex | D8 | BA | AB | 0 | E | 15 | F | 14 | 25 | 4C |
| Octal | 330 | 272 | 253 | 0 | 16 | 25 | 17 | 24 | 45 | 114 |
| Binary | 11011000 | 10111010 | 10101011 | 0 | 1110 | 10101 | 1111 | 10100 | 100101 | 1001100 |
Color Harmonies of #D8BAAB
Complementary color
Monochromatic Colors of #D8BAAB
Black with #D8BAAB
Text Example
Text Example
White with #D8BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BAAB; }
p { color: rgb(216,186,171); }
H1.HeaderClassName
{
color: #D8BAAB;
}
.AnyTagClassName
{
color: #D8BAAB;
}
</style>
background-color css
<style>
a { background-color: #D8BAAB; }
a { background-color: rgb(216,186,171); }
div.DivClassName
{
background-color: #D8BAAB;
}
.BgClassName
{
background-color: #D8BAAB;
}
</style>
border-color css
<style>
span { border-color: #D8BAAB; }
span { border-color: rgb(216,186,171); }
td.TdClassName
{
border-color: #D8BAAB;
}
.TagClassName
{
border-color: #D8BAAB;
}
</style>