Shades of Wafer #D2B8AB
Tints of Wafer #D2B8AB
RGB
CMYK
RGB Variations
Color information
#D2B8AB (or 0xD2B8AB) is known color: Wafer. HEX triplet: D2, B8 and AB. RGB value is (210,184,171). Sum of RGB (Red+Green+Blue) = 210+184+171=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 184 (72.27% from 255 or 32.57% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B8AB is #2D4754. Grayscale: #BEBEBE. Windows color (decimal): -2967381 or 11253970. OLE color: 11253970.
HSL color Cylindrical-coordinate representation of color #D2B8AB: hue angle of 20º 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 #D2B8AB is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 171 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.18 |
| HSL | 20º | 0.3% | 0.75% | - |
| HSV(B) | 20º | 0.19% | 0.82% | - |
| XYZ | 51.07 | 50.92 | 45.67 | - |
| YUV | 190.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 171 | 0 | 0.12 | 0.19 | 0.18 | 20 | 0.3 | 0.75 |
| Hex | D2 | B8 | AB | 0 | C | 13 | 12 | 14 | 1E | 4B |
| Octal | 322 | 270 | 253 | 0 | 14 | 23 | 22 | 24 | 36 | 113 |
| Binary | 11010010 | 10111000 | 10101011 | 0 | 1100 | 10011 | 10010 | 10100 | 11110 | 1001011 |
Color Harmonies of #D2B8AB
Complementary color
Monochromatic Colors of #D2B8AB
Black with #D2B8AB
Text Example
Text Example
White with #D2B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B8AB; }
p { color: rgb(210,184,171); }
H1.HeaderClassName
{
color: #D2B8AB;
}
.AnyTagClassName
{
color: #D2B8AB;
}
</style>
background-color css
<style>
a { background-color: #D2B8AB; }
a { background-color: rgb(210,184,171); }
div.DivClassName
{
background-color: #D2B8AB;
}
.BgClassName
{
background-color: #D2B8AB;
}
</style>
border-color css
<style>
span { border-color: #D2B8AB; }
span { border-color: rgb(210,184,171); }
td.TdClassName
{
border-color: #D2B8AB;
}
.TagClassName
{
border-color: #D2B8AB;
}
</style>