Shades of Wafer #D1B8AA
Tints of Wafer #D1B8AA
RGB
CMYK
RGB Variations
Color information
#D1B8AA (or 0xD1B8AA) is known color: Wafer. HEX triplet: D1, B8 and AA. RGB value is (209,184,170). Sum of RGB (Red+Green+Blue) = 209+184+170=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B8AA is #2E4755. Grayscale: #BDBDBD. Windows color (decimal): -3032918 or 11188433. OLE color: 11188433.
HSL color Cylindrical-coordinate representation of color #D1B8AA: hue angle of 21.54º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1B8AA is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 184 | 170 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.18 |
| HSL | 21.54º | 0.3% | 0.74% | - |
| HSV(B) | 21.54º | 0.19% | 0.82% | - |
| XYZ | 50.69 | 50.74 | 45.15 | - |
| YUV | 189.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 170 | 0 | 0.12 | 0.19 | 0.18 | 21.54 | 0.3 | 0.74 |
| Hex | D1 | B8 | AA | 0 | C | 13 | 12 | 16 | 1E | 4A |
| Octal | 321 | 270 | 252 | 0 | 14 | 23 | 22 | 26 | 36 | 112 |
| Binary | 11010001 | 10111000 | 10101010 | 0 | 1100 | 10011 | 10010 | 10110 | 11110 | 1001010 |
Color Harmonies of #D1B8AA
Complementary color
Monochromatic Colors of #D1B8AA
Black with #D1B8AA
Text Example
Text Example
White with #D1B8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B8AA; }
p { color: rgb(209,184,170); }
H1.HeaderClassName
{
color: #D1B8AA;
}
.AnyTagClassName
{
color: #D1B8AA;
}
</style>
background-color css
<style>
a { background-color: #D1B8AA; }
a { background-color: rgb(209,184,170); }
div.DivClassName
{
background-color: #D1B8AA;
}
.BgClassName
{
background-color: #D1B8AA;
}
</style>
border-color css
<style>
span { border-color: #D1B8AA; }
span { border-color: rgb(209,184,170); }
td.TdClassName
{
border-color: #D1B8AA;
}
.TagClassName
{
border-color: #D1B8AA;
}
</style>