Shades of Wafer #D6BBB3
Tints of Wafer #D6BBB3
RGB
CMYK
RGB Variations
Color information
#D6BBB3 (or 0xD6BBB3) is known color: Wafer. HEX triplet: D6, BB and B3. RGB value is (214,187,179). Sum of RGB (Red+Green+Blue) = 214+187+179=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBB3 is #29444C. Grayscale: #C2C2C2. Windows color (decimal): -2704461 or 11779030. OLE color: 11779030.
HSL color Cylindrical-coordinate representation of color #D6BBB3: hue angle of 13.71º 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 #D6BBB3 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 179 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.16 |
| HSL | 13.71º | 0.3% | 0.77% | - |
| HSV(B) | 13.71º | 0.16% | 0.84% | - |
| XYZ | 53.64 | 53.09 | 50.07 | - |
| YUV | 194.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 179 | 0 | 0.13 | 0.16 | 0.16 | 13.71 | 0.3 | 0.77 |
| Hex | D6 | BB | B3 | 0 | D | 10 | 10 | E | 1E | 4D |
| Octal | 326 | 273 | 263 | 0 | 15 | 20 | 20 | 16 | 36 | 115 |
| Binary | 11010110 | 10111011 | 10110011 | 0 | 1101 | 10000 | 10000 | 1110 | 11110 | 1001101 |
Color Harmonies of #D6BBB3
Complementary color
Monochromatic Colors of #D6BBB3
Black with #D6BBB3
Text Example
Text Example
White with #D6BBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBB3; }
p { color: rgb(214,187,179); }
H1.HeaderClassName
{
color: #D6BBB3;
}
.AnyTagClassName
{
color: #D6BBB3;
}
</style>
background-color css
<style>
a { background-color: #D6BBB3; }
a { background-color: rgb(214,187,179); }
div.DivClassName
{
background-color: #D6BBB3;
}
.BgClassName
{
background-color: #D6BBB3;
}
</style>
border-color css
<style>
span { border-color: #D6BBB3; }
span { border-color: rgb(214,187,179); }
td.TdClassName
{
border-color: #D6BBB3;
}
.TagClassName
{
border-color: #D6BBB3;
}
</style>