Shades of Wafer #D7BFB5
Tints of Wafer #D7BFB5
RGB
CMYK
RGB Variations
Color information
#D7BFB5 (or 0xD7BFB5) is known color: Wafer. HEX triplet: D7, BF and B5. RGB value is (215,191,181). Sum of RGB (Red+Green+Blue) = 215+191+181=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BFB5 is #28404A. Grayscale: #C5C5C5. Windows color (decimal): -2637899 or 11911127. OLE color: 11911127.
HSL color Cylindrical-coordinate representation of color #D7BFB5: hue angle of 17.65º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7BFB5 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 191 | 181 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.16 |
| HSL | 17.65º | 0.3% | 0.78% | - |
| HSV(B) | 17.65º | 0.16% | 0.84% | - |
| XYZ | 55 | 55.04 | 51.44 | - |
| YUV | 197.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 181 | 0 | 0.11 | 0.16 | 0.16 | 17.65 | 0.3 | 0.78 |
| Hex | D7 | BF | B5 | 0 | B | 10 | 10 | 12 | 1E | 4E |
| Octal | 327 | 277 | 265 | 0 | 13 | 20 | 20 | 22 | 36 | 116 |
| Binary | 11010111 | 10111111 | 10110101 | 0 | 1011 | 10000 | 10000 | 10010 | 11110 | 1001110 |
Color Harmonies of #D7BFB5
Complementary color
Monochromatic Colors of #D7BFB5
Black with #D7BFB5
Text Example
Text Example
White with #D7BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BFB5; }
p { color: rgb(215,191,181); }
H1.HeaderClassName
{
color: #D7BFB5;
}
.AnyTagClassName
{
color: #D7BFB5;
}
</style>
background-color css
<style>
a { background-color: #D7BFB5; }
a { background-color: rgb(215,191,181); }
div.DivClassName
{
background-color: #D7BFB5;
}
.BgClassName
{
background-color: #D7BFB5;
}
</style>
border-color css
<style>
span { border-color: #D7BFB5; }
span { border-color: rgb(215,191,181); }
td.TdClassName
{
border-color: #D7BFB5;
}
.TagClassName
{
border-color: #D7BFB5;
}
</style>