Shades of Wafer #D2B9AB
Tints of Wafer #D2B9AB
RGB
CMYK
RGB Variations
Color information
#D2B9AB (or 0xD2B9AB) is known color: Wafer. HEX triplet: D2, B9 and AB. RGB value is (210,185,171). Sum of RGB (Red+Green+Blue) = 210+185+171=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B9AB is #2D4654. Grayscale: #BEBEBE. Windows color (decimal): -2967125 or 11254226. OLE color: 11254226.
HSL color Cylindrical-coordinate representation of color #D2B9AB: hue angle of 21.54º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2B9AB is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 185 | 171 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.18 |
| HSL | 21.54º | 0.3% | 0.75% | - |
| HSV(B) | 21.54º | 0.19% | 0.82% | - |
| XYZ | 51.28 | 51.34 | 45.74 | - |
| YUV | 190.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 171 | 0 | 0.12 | 0.19 | 0.18 | 21.54 | 0.3 | 0.75 |
| Hex | D2 | B9 | AB | 0 | C | 13 | 12 | 16 | 1E | 4B |
| Octal | 322 | 271 | 253 | 0 | 14 | 23 | 22 | 26 | 36 | 113 |
| Binary | 11010010 | 10111001 | 10101011 | 0 | 1100 | 10011 | 10010 | 10110 | 11110 | 1001011 |
Color Harmonies of #D2B9AB
Complementary color
Monochromatic Colors of #D2B9AB
Black with #D2B9AB
Text Example
Text Example
White with #D2B9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B9AB; }
p { color: rgb(210,185,171); }
H1.HeaderClassName
{
color: #D2B9AB;
}
.AnyTagClassName
{
color: #D2B9AB;
}
</style>
background-color css
<style>
a { background-color: #D2B9AB; }
a { background-color: rgb(210,185,171); }
div.DivClassName
{
background-color: #D2B9AB;
}
.BgClassName
{
background-color: #D2B9AB;
}
</style>
border-color css
<style>
span { border-color: #D2B9AB; }
span { border-color: rgb(210,185,171); }
td.TdClassName
{
border-color: #D2B9AB;
}
.TagClassName
{
border-color: #D2B9AB;
}
</style>