Shades of Wafer #D1BAB0
Tints of Wafer #D1BAB0
RGB
CMYK
RGB Variations
Color information
#D1BAB0 (or 0xD1BAB0) is known color: Wafer. HEX triplet: D1, BA and B0. RGB value is (209,186,176). Sum of RGB (Red+Green+Blue) = 209+186+176=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BAB0 is #2E454F. Grayscale: #BFBFBF. Windows color (decimal): -3032400 or 11582161. OLE color: 11582161.
HSL color Cylindrical-coordinate representation of color #D1BAB0: hue angle of 18.18º 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 #D1BAB0 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 176 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.18 |
| HSL | 18.18º | 0.26% | 0.75% | - |
| HSV(B) | 18.18º | 0.16% | 0.82% | - |
| XYZ | 51.69 | 51.81 | 48.35 | - |
| YUV | 191.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 176 | 0 | 0.11 | 0.16 | 0.18 | 18.18 | 0.26 | 0.75 |
| Hex | D1 | BA | B0 | 0 | B | 10 | 12 | 12 | 1A | 4B |
| Octal | 321 | 272 | 260 | 0 | 13 | 20 | 22 | 22 | 32 | 113 |
| Binary | 11010001 | 10111010 | 10110000 | 0 | 1011 | 10000 | 10010 | 10010 | 11010 | 1001011 |
Color Harmonies of #D1BAB0
Complementary color
Monochromatic Colors of #D1BAB0
Black with #D1BAB0
Text Example
Text Example
White with #D1BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BAB0; }
p { color: rgb(209,186,176); }
H1.HeaderClassName
{
color: #D1BAB0;
}
.AnyTagClassName
{
color: #D1BAB0;
}
</style>
background-color css
<style>
a { background-color: #D1BAB0; }
a { background-color: rgb(209,186,176); }
div.DivClassName
{
background-color: #D1BAB0;
}
.BgClassName
{
background-color: #D1BAB0;
}
</style>
border-color css
<style>
span { border-color: #D1BAB0; }
span { border-color: rgb(209,186,176); }
td.TdClassName
{
border-color: #D1BAB0;
}
.TagClassName
{
border-color: #D1BAB0;
}
</style>