Shades of Wafer #D6BFBA
Tints of Wafer #D6BFBA
RGB
CMYK
RGB Variations
Color information
#D6BFBA (or 0xD6BFBA) is known color: Wafer. HEX triplet: D6, BF and BA. RGB value is (214,191,186). Sum of RGB (Red+Green+Blue) = 214+191+186=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFBA is #294045. Grayscale: #C5C5C5. Windows color (decimal): -2703430 or 12238806. OLE color: 12238806.
HSL color Cylindrical-coordinate representation of color #D6BFBA: hue angle of 10.71º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BFBA is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 186 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.16 |
| HSL | 10.71º | 0.25% | 0.78% | - |
| HSV(B) | 10.71º | 0.13% | 0.84% | - |
| XYZ | 55.23 | 55.1 | 54.18 | - |
| YUV | 197.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 186 | 0 | 0.11 | 0.13 | 0.16 | 10.71 | 0.25 | 0.78 |
| Hex | D6 | BF | BA | 0 | B | D | 10 | B | 19 | 4E |
| Octal | 326 | 277 | 272 | 0 | 13 | 15 | 20 | 13 | 31 | 116 |
| Binary | 11010110 | 10111111 | 10111010 | 0 | 1011 | 1101 | 10000 | 1011 | 11001 | 1001110 |
Color Harmonies of #D6BFBA
Complementary color
Monochromatic Colors of #D6BFBA
Black with #D6BFBA
Text Example
Text Example
White with #D6BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFBA; }
p { color: rgb(214,191,186); }
H1.HeaderClassName
{
color: #D6BFBA;
}
.AnyTagClassName
{
color: #D6BFBA;
}
</style>
background-color css
<style>
a { background-color: #D6BFBA; }
a { background-color: rgb(214,191,186); }
div.DivClassName
{
background-color: #D6BFBA;
}
.BgClassName
{
background-color: #D6BFBA;
}
</style>
border-color css
<style>
span { border-color: #D6BFBA; }
span { border-color: rgb(214,191,186); }
td.TdClassName
{
border-color: #D6BFBA;
}
.TagClassName
{
border-color: #D6BFBA;
}
</style>