Shades of Wafer #D6BAAF
Tints of Wafer #D6BAAF
RGB
CMYK
RGB Variations
Color information
#D6BAAF (or 0xD6BAAF) is known color: Wafer. HEX triplet: D6, BA and AF. RGB value is (214,186,175). Sum of RGB (Red+Green+Blue) = 214+186+175=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BAAF is #294550. Grayscale: #C1C1C1. Windows color (decimal): -2704721 or 11516630. OLE color: 11516630.
HSL color Cylindrical-coordinate representation of color #D6BAAF: hue angle of 16.92º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6BAAF is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 175 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.16 |
| HSL | 16.92º | 0.32% | 0.76% | - |
| HSV(B) | 16.92º | 0.18% | 0.84% | - |
| XYZ | 53.03 | 52.51 | 47.9 | - |
| YUV | 193.12 | 117.78 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 175 | 0 | 0.13 | 0.18 | 0.16 | 16.92 | 0.32 | 0.76 |
| Hex | D6 | BA | AF | 0 | D | 12 | 10 | 11 | 20 | 4C |
| Octal | 326 | 272 | 257 | 0 | 15 | 22 | 20 | 21 | 40 | 114 |
| Binary | 11010110 | 10111010 | 10101111 | 0 | 1101 | 10010 | 10000 | 10001 | 100000 | 1001100 |
Color Harmonies of #D6BAAF
Complementary color
Monochromatic Colors of #D6BAAF
Black with #D6BAAF
Text Example
Text Example
White with #D6BAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BAAF; }
p { color: rgb(214,186,175); }
H1.HeaderClassName
{
color: #D6BAAF;
}
.AnyTagClassName
{
color: #D6BAAF;
}
</style>
background-color css
<style>
a { background-color: #D6BAAF; }
a { background-color: rgb(214,186,175); }
div.DivClassName
{
background-color: #D6BAAF;
}
.BgClassName
{
background-color: #D6BAAF;
}
</style>
border-color css
<style>
span { border-color: #D6BAAF; }
span { border-color: rgb(214,186,175); }
td.TdClassName
{
border-color: #D6BAAF;
}
.TagClassName
{
border-color: #D6BAAF;
}
</style>