Shades of Wafer #D6BFB6
Tints of Wafer #D6BFB6
RGB
CMYK
RGB Variations
Color information
#D6BFB6 (or 0xD6BFB6) is known color: Wafer. HEX triplet: D6, BF and B6. RGB value is (214,191,182). Sum of RGB (Red+Green+Blue) = 214+191+182=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFB6 is #294049. Grayscale: #C4C4C4. Windows color (decimal): -2703434 or 11976662. OLE color: 11976662.
HSL color Cylindrical-coordinate representation of color #D6BFB6: hue angle of 16.88º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6BFB6 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 182 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.16 |
| HSL | 16.88º | 0.28% | 0.78% | - |
| HSV(B) | 16.88º | 0.15% | 0.84% | - |
| XYZ | 54.81 | 54.94 | 51.97 | - |
| YUV | 196.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 182 | 0 | 0.11 | 0.15 | 0.16 | 16.88 | 0.28 | 0.78 |
| Hex | D6 | BF | B6 | 0 | B | F | 10 | 11 | 1C | 4E |
| Octal | 326 | 277 | 266 | 0 | 13 | 17 | 20 | 21 | 34 | 116 |
| Binary | 11010110 | 10111111 | 10110110 | 0 | 1011 | 1111 | 10000 | 10001 | 11100 | 1001110 |
Color Harmonies of #D6BFB6
Complementary color
Monochromatic Colors of #D6BFB6
Black with #D6BFB6
Text Example
Text Example
White with #D6BFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFB6; }
p { color: rgb(214,191,182); }
H1.HeaderClassName
{
color: #D6BFB6;
}
.AnyTagClassName
{
color: #D6BFB6;
}
</style>
background-color css
<style>
a { background-color: #D6BFB6; }
a { background-color: rgb(214,191,182); }
div.DivClassName
{
background-color: #D6BFB6;
}
.BgClassName
{
background-color: #D6BFB6;
}
</style>
border-color css
<style>
span { border-color: #D6BFB6; }
span { border-color: rgb(214,191,182); }
td.TdClassName
{
border-color: #D6BFB6;
}
.TagClassName
{
border-color: #D6BFB6;
}
</style>