Shades of Wafer #D1B9B0
Tints of Wafer #D1B9B0
RGB
CMYK
RGB Variations
Color information
#D1B9B0 (or 0xD1B9B0) is known color: Wafer. HEX triplet: D1, B9 and B0. RGB value is (209,185,176). Sum of RGB (Red+Green+Blue) = 209+185+176=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 185 (72.66% from 255 or 32.46% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B9B0 is #2E464F. Grayscale: #BFBFBF. Windows color (decimal): -3032656 or 11581905. OLE color: 11581905.
HSL color Cylindrical-coordinate representation of color #D1B9B0: hue angle of 16.36º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1B9B0 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 176 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.18 |
| HSL | 16.36º | 0.26% | 0.75% | - |
| HSV(B) | 16.36º | 0.16% | 0.82% | - |
| XYZ | 51.48 | 51.39 | 48.28 | - |
| YUV | 191.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 176 | 0 | 0.11 | 0.16 | 0.18 | 16.36 | 0.26 | 0.75 |
| Hex | D1 | B9 | B0 | 0 | B | 10 | 12 | 10 | 1A | 4B |
| Octal | 321 | 271 | 260 | 0 | 13 | 20 | 22 | 20 | 32 | 113 |
| Binary | 11010001 | 10111001 | 10110000 | 0 | 1011 | 10000 | 10010 | 10000 | 11010 | 1001011 |
Color Harmonies of #D1B9B0
Complementary color
Monochromatic Colors of #D1B9B0
Black with #D1B9B0
Text Example
Text Example
White with #D1B9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B9B0; }
p { color: rgb(209,185,176); }
H1.HeaderClassName
{
color: #D1B9B0;
}
.AnyTagClassName
{
color: #D1B9B0;
}
</style>
background-color css
<style>
a { background-color: #D1B9B0; }
a { background-color: rgb(209,185,176); }
div.DivClassName
{
background-color: #D1B9B0;
}
.BgClassName
{
background-color: #D1B9B0;
}
</style>
border-color css
<style>
span { border-color: #D1B9B0; }
span { border-color: rgb(209,185,176); }
td.TdClassName
{
border-color: #D1B9B0;
}
.TagClassName
{
border-color: #D1B9B0;
}
</style>