Shades of Wafer #D6BBB1
Tints of Wafer #D6BBB1
RGB
CMYK
RGB Variations
Color information
#D6BBB1 (or 0xD6BBB1) is known color: Wafer. HEX triplet: D6, BB and B1. RGB value is (214,187,177). Sum of RGB (Red+Green+Blue) = 214+187+177=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BBB1 is #29444E. Grayscale: #C2C2C2. Windows color (decimal): -2704463 or 11647958. OLE color: 11647958.
HSL color Cylindrical-coordinate representation of color #D6BBB1: hue angle of 16.22º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6BBB1 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 177 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.16 |
| HSL | 16.22º | 0.31% | 0.77% | - |
| HSV(B) | 16.22º | 0.17% | 0.84% | - |
| XYZ | 53.44 | 53.01 | 49.01 | - |
| YUV | 193.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 177 | 0 | 0.13 | 0.17 | 0.16 | 16.22 | 0.31 | 0.77 |
| Hex | D6 | BB | B1 | 0 | D | 11 | 10 | 10 | 1F | 4D |
| Octal | 326 | 273 | 261 | 0 | 15 | 21 | 20 | 20 | 37 | 115 |
| Binary | 11010110 | 10111011 | 10110001 | 0 | 1101 | 10001 | 10000 | 10000 | 11111 | 1001101 |
Color Harmonies of #D6BBB1
Complementary color
Monochromatic Colors of #D6BBB1
Black with #D6BBB1
Text Example
Text Example
White with #D6BBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBB1; }
p { color: rgb(214,187,177); }
H1.HeaderClassName
{
color: #D6BBB1;
}
.AnyTagClassName
{
color: #D6BBB1;
}
</style>
background-color css
<style>
a { background-color: #D6BBB1; }
a { background-color: rgb(214,187,177); }
div.DivClassName
{
background-color: #D6BBB1;
}
.BgClassName
{
background-color: #D6BBB1;
}
</style>
border-color css
<style>
span { border-color: #D6BBB1; }
span { border-color: rgb(214,187,177); }
td.TdClassName
{
border-color: #D6BBB1;
}
.TagClassName
{
border-color: #D6BBB1;
}
</style>