Shades of Wafer #D1BAAF
Tints of Wafer #D1BAAF
RGB
CMYK
RGB Variations
Color information
#D1BAAF (or 0xD1BAAF) is known color: Wafer. HEX triplet: D1, BA and AF. RGB value is (209,186,175). Sum of RGB (Red+Green+Blue) = 209+186+175=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BAAF is #2E4550. Grayscale: #BFBFBF. Windows color (decimal): -3032401 or 11516625. OLE color: 11516625.
HSL color Cylindrical-coordinate representation of color #D1BAAF: hue angle of 19.41º degrees, saturation: 0.27, 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 #D1BAAF is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 175 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.18 |
| HSL | 19.41º | 0.27% | 0.75% | - |
| HSV(B) | 19.41º | 0.16% | 0.82% | - |
| XYZ | 51.59 | 51.77 | 47.83 | - |
| YUV | 191.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 175 | 0 | 0.11 | 0.16 | 0.18 | 19.41 | 0.27 | 0.75 |
| Hex | D1 | BA | AF | 0 | B | 10 | 12 | 13 | 1B | 4B |
| Octal | 321 | 272 | 257 | 0 | 13 | 20 | 22 | 23 | 33 | 113 |
| Binary | 11010001 | 10111010 | 10101111 | 0 | 1011 | 10000 | 10010 | 10011 | 11011 | 1001011 |
Color Harmonies of #D1BAAF
Complementary color
Monochromatic Colors of #D1BAAF
Black with #D1BAAF
Text Example
Text Example
White with #D1BAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BAAF; }
p { color: rgb(209,186,175); }
H1.HeaderClassName
{
color: #D1BAAF;
}
.AnyTagClassName
{
color: #D1BAAF;
}
</style>
background-color css
<style>
a { background-color: #D1BAAF; }
a { background-color: rgb(209,186,175); }
div.DivClassName
{
background-color: #D1BAAF;
}
.BgClassName
{
background-color: #D1BAAF;
}
</style>
border-color css
<style>
span { border-color: #D1BAAF; }
span { border-color: rgb(209,186,175); }
td.TdClassName
{
border-color: #D1BAAF;
}
.TagClassName
{
border-color: #D1BAAF;
}
</style>