Shades of Wafer #D2BAAB
Tints of Wafer #D2BAAB
RGB
CMYK
RGB Variations
Color information
#D2BAAB (or 0xD2BAAB) is known color: Wafer. HEX triplet: D2, BA and AB. RGB value is (210,186,171). Sum of RGB (Red+Green+Blue) = 210+186+171=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BAAB is #2D4554. Grayscale: #BFBFBF. Windows color (decimal): -2966869 or 11254482. OLE color: 11254482.
HSL color Cylindrical-coordinate representation of color #D2BAAB: hue angle of 23.08º 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 #D2BAAB is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 171 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.18 |
| HSL | 23.08º | 0.3% | 0.75% | - |
| HSV(B) | 23.08º | 0.19% | 0.82% | - |
| XYZ | 51.49 | 51.76 | 45.81 | - |
| YUV | 191.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 171 | 0 | 0.11 | 0.19 | 0.18 | 23.08 | 0.3 | 0.75 |
| Hex | D2 | BA | AB | 0 | B | 13 | 12 | 17 | 1E | 4B |
| Octal | 322 | 272 | 253 | 0 | 13 | 23 | 22 | 27 | 36 | 113 |
| Binary | 11010010 | 10111010 | 10101011 | 0 | 1011 | 10011 | 10010 | 10111 | 11110 | 1001011 |
Color Harmonies of #D2BAAB
Complementary color
Monochromatic Colors of #D2BAAB
Black with #D2BAAB
Text Example
Text Example
White with #D2BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BAAB; }
p { color: rgb(210,186,171); }
H1.HeaderClassName
{
color: #D2BAAB;
}
.AnyTagClassName
{
color: #D2BAAB;
}
</style>
background-color css
<style>
a { background-color: #D2BAAB; }
a { background-color: rgb(210,186,171); }
div.DivClassName
{
background-color: #D2BAAB;
}
.BgClassName
{
background-color: #D2BAAB;
}
</style>
border-color css
<style>
span { border-color: #D2BAAB; }
span { border-color: rgb(210,186,171); }
td.TdClassName
{
border-color: #D2BAAB;
}
.TagClassName
{
border-color: #D2BAAB;
}
</style>