Shades of Wafer #D3BCB1
Tints of Wafer #D3BCB1
RGB
CMYK
RGB Variations
Color information
#D3BCB1 (or 0xD3BCB1) is known color: Wafer. HEX triplet: D3, BC and B1. RGB value is (211,188,177). Sum of RGB (Red+Green+Blue) = 211+188+177=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 177 (69.53% from 255 or 30.73% from 576); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BCB1 is #2C434E. Grayscale: #C1C1C1. Windows color (decimal): -2900815 or 11648211. OLE color: 11648211.
HSL color Cylindrical-coordinate representation of color #D3BCB1: hue angle of 19.41º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3BCB1 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 177 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.17 |
| HSL | 19.41º | 0.28% | 0.76% | - |
| HSV(B) | 19.41º | 0.16% | 0.83% | - |
| XYZ | 52.78 | 52.99 | 49.04 | - |
| YUV | 193.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 177 | 0 | 0.11 | 0.16 | 0.17 | 19.41 | 0.28 | 0.76 |
| Hex | D3 | BC | B1 | 0 | B | 10 | 11 | 13 | 1C | 4C |
| Octal | 323 | 274 | 261 | 0 | 13 | 20 | 21 | 23 | 34 | 114 |
| Binary | 11010011 | 10111100 | 10110001 | 0 | 1011 | 10000 | 10001 | 10011 | 11100 | 1001100 |
Color Harmonies of #D3BCB1
Complementary color
Monochromatic Colors of #D3BCB1
Black with #D3BCB1
Text Example
Text Example
White with #D3BCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCB1; }
p { color: rgb(211,188,177); }
H1.HeaderClassName
{
color: #D3BCB1;
}
.AnyTagClassName
{
color: #D3BCB1;
}
</style>
background-color css
<style>
a { background-color: #D3BCB1; }
a { background-color: rgb(211,188,177); }
div.DivClassName
{
background-color: #D3BCB1;
}
.BgClassName
{
background-color: #D3BCB1;
}
</style>
border-color css
<style>
span { border-color: #D3BCB1; }
span { border-color: rgb(211,188,177); }
td.TdClassName
{
border-color: #D3BCB1;
}
.TagClassName
{
border-color: #D3BCB1;
}
</style>