Shades of Wafer #D6BAB3
Tints of Wafer #D6BAB3
RGB
CMYK
RGB Variations
Color information
#D6BAB3 (or 0xD6BAB3) is known color: Wafer. HEX triplet: D6, BA and B3. RGB value is (214,186,179). Sum of RGB (Red+Green+Blue) = 214+186+179=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 179 (70.31% from 255 or 30.92% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAB3 is #29454C. Grayscale: #C1C1C1. Windows color (decimal): -2704717 or 11778774. OLE color: 11778774.
HSL color Cylindrical-coordinate representation of color #D6BAB3: hue angle of 12º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6BAB3 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 179 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.16 |
| HSL | 12º | 0.3% | 0.77% | - |
| HSV(B) | 12º | 0.16% | 0.84% | - |
| XYZ | 53.43 | 52.67 | 50 | - |
| YUV | 193.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 179 | 0 | 0.13 | 0.16 | 0.16 | 12 | 0.3 | 0.77 |
| Hex | D6 | BA | B3 | 0 | D | 10 | 10 | C | 1E | 4D |
| Octal | 326 | 272 | 263 | 0 | 15 | 20 | 20 | 14 | 36 | 115 |
| Binary | 11010110 | 10111010 | 10110011 | 0 | 1101 | 10000 | 10000 | 1100 | 11110 | 1001101 |
Color Harmonies of #D6BAB3
Complementary color
Monochromatic Colors of #D6BAB3
Black with #D6BAB3
Text Example
Text Example
White with #D6BAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BAB3; }
p { color: rgb(214,186,179); }
H1.HeaderClassName
{
color: #D6BAB3;
}
.AnyTagClassName
{
color: #D6BAB3;
}
</style>
background-color css
<style>
a { background-color: #D6BAB3; }
a { background-color: rgb(214,186,179); }
div.DivClassName
{
background-color: #D6BAB3;
}
.BgClassName
{
background-color: #D6BAB3;
}
</style>
border-color css
<style>
span { border-color: #D6BAB3; }
span { border-color: rgb(214,186,179); }
td.TdClassName
{
border-color: #D6BAB3;
}
.TagClassName
{
border-color: #D6BAB3;
}
</style>