Shades of Wafer #D6BFB7
Tints of Wafer #D6BFB7
RGB
CMYK
RGB Variations
Color information
#D6BFB7 (or 0xD6BFB7) is known color: Wafer. HEX triplet: D6, BF and B7. RGB value is (214,191,183). Sum of RGB (Red+Green+Blue) = 214+191+183=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 183 (71.88% from 255 or 31.12% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFB7 is #294048. Grayscale: #C5C5C5. Windows color (decimal): -2703433 or 12042198. OLE color: 12042198.
HSL color Cylindrical-coordinate representation of color #D6BFB7: hue angle of 15.48º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6BFB7 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 183 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.16 |
| HSL | 15.48º | 0.27% | 0.78% | - |
| HSV(B) | 15.48º | 0.14% | 0.84% | - |
| XYZ | 54.91 | 54.98 | 52.52 | - |
| YUV | 196.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 183 | 0 | 0.11 | 0.14 | 0.16 | 15.48 | 0.27 | 0.78 |
| Hex | D6 | BF | B7 | 0 | B | E | 10 | F | 1B | 4E |
| Octal | 326 | 277 | 267 | 0 | 13 | 16 | 20 | 17 | 33 | 116 |
| Binary | 11010110 | 10111111 | 10110111 | 0 | 1011 | 1110 | 10000 | 1111 | 11011 | 1001110 |
Color Harmonies of #D6BFB7
Complementary color
Monochromatic Colors of #D6BFB7
Black with #D6BFB7
Text Example
Text Example
White with #D6BFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFB7; }
p { color: rgb(214,191,183); }
H1.HeaderClassName
{
color: #D6BFB7;
}
.AnyTagClassName
{
color: #D6BFB7;
}
</style>
background-color css
<style>
a { background-color: #D6BFB7; }
a { background-color: rgb(214,191,183); }
div.DivClassName
{
background-color: #D6BFB7;
}
.BgClassName
{
background-color: #D6BFB7;
}
</style>
border-color css
<style>
span { border-color: #D6BFB7; }
span { border-color: rgb(214,191,183); }
td.TdClassName
{
border-color: #D6BFB7;
}
.TagClassName
{
border-color: #D6BFB7;
}
</style>