Shades of Wafer #D1B9AB
Tints of Wafer #D1B9AB
RGB
CMYK
RGB Variations
Color information
#D1B9AB (or 0xD1B9AB) is known color: Wafer. HEX triplet: D1, B9 and AB. RGB value is (209,185,171). Sum of RGB (Red+Green+Blue) = 209+185+171=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B9AB is #2E4654. Grayscale: #BEBEBE. Windows color (decimal): -3032661 or 11254225. OLE color: 11254225.
HSL color Cylindrical-coordinate representation of color #D1B9AB: hue angle of 22.11º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1B9AB is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 171 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.18 |
| HSL | 22.11º | 0.29% | 0.75% | - |
| HSV(B) | 22.11º | 0.18% | 0.82% | - |
| XYZ | 50.99 | 51.19 | 45.72 | - |
| YUV | 190.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 171 | 0 | 0.11 | 0.18 | 0.18 | 22.11 | 0.29 | 0.75 |
| Hex | D1 | B9 | AB | 0 | B | 12 | 12 | 16 | 1D | 4B |
| Octal | 321 | 271 | 253 | 0 | 13 | 22 | 22 | 26 | 35 | 113 |
| Binary | 11010001 | 10111001 | 10101011 | 0 | 1011 | 10010 | 10010 | 10110 | 11101 | 1001011 |
Color Harmonies of #D1B9AB
Complementary color
Monochromatic Colors of #D1B9AB
Black with #D1B9AB
Text Example
Text Example
White with #D1B9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B9AB; }
p { color: rgb(209,185,171); }
H1.HeaderClassName
{
color: #D1B9AB;
}
.AnyTagClassName
{
color: #D1B9AB;
}
</style>
background-color css
<style>
a { background-color: #D1B9AB; }
a { background-color: rgb(209,185,171); }
div.DivClassName
{
background-color: #D1B9AB;
}
.BgClassName
{
background-color: #D1B9AB;
}
</style>
border-color css
<style>
span { border-color: #D1B9AB; }
span { border-color: rgb(209,185,171); }
td.TdClassName
{
border-color: #D1B9AB;
}
.TagClassName
{
border-color: #D1B9AB;
}
</style>