Shades of Wafer #D1BCB7
Tints of Wafer #D1BCB7
RGB
CMYK
RGB Variations
Color information
#D1BCB7 (or 0xD1BCB7) is known color: Wafer. HEX triplet: D1, BC and B7. RGB value is (209,188,183). Sum of RGB (Red+Green+Blue) = 209+188+183=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCB7 is #2E4348. Grayscale: #C1C1C1. Windows color (decimal): -3031881 or 12041425. OLE color: 12041425.
HSL color Cylindrical-coordinate representation of color #D1BCB7: hue angle of 11.54º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1BCB7 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 183 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.18 |
| HSL | 11.54º | 0.22% | 0.77% | - |
| HSV(B) | 11.54º | 0.12% | 0.82% | - |
| XYZ | 52.82 | 52.94 | 52.23 | - |
| YUV | 193.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 183 | 0 | 0.10 | 0.12 | 0.18 | 11.54 | 0.22 | 0.77 |
| Hex | D1 | BC | B7 | 0 | A | C | 12 | C | 16 | 4D |
| Octal | 321 | 274 | 267 | 0 | 12 | 14 | 22 | 14 | 26 | 115 |
| Binary | 11010001 | 10111100 | 10110111 | 0 | 1010 | 1100 | 10010 | 1100 | 10110 | 1001101 |
Color Harmonies of #D1BCB7
Complementary color
Monochromatic Colors of #D1BCB7
Black with #D1BCB7
Text Example
Text Example
White with #D1BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCB7; }
p { color: rgb(209,188,183); }
H1.HeaderClassName
{
color: #D1BCB7;
}
.AnyTagClassName
{
color: #D1BCB7;
}
</style>
background-color css
<style>
a { background-color: #D1BCB7; }
a { background-color: rgb(209,188,183); }
div.DivClassName
{
background-color: #D1BCB7;
}
.BgClassName
{
background-color: #D1BCB7;
}
</style>
border-color css
<style>
span { border-color: #D1BCB7; }
span { border-color: rgb(209,188,183); }
td.TdClassName
{
border-color: #D1BCB7;
}
.TagClassName
{
border-color: #D1BCB7;
}
</style>