Shades of Wafer #D3BDB6
Tints of Wafer #D3BDB6
RGB
CMYK
RGB Variations
Color information
#D3BDB6 (or 0xD3BDB6) is known color: Wafer. HEX triplet: D3, BD and B6. RGB value is (211,189,182). Sum of RGB (Red+Green+Blue) = 211+189+182=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BDB6 is #2C4249. Grayscale: #C2C2C2. Windows color (decimal): -2900554 or 11976147. OLE color: 11976147.
HSL color Cylindrical-coordinate representation of color #D3BDB6: hue angle of 14.48º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3BDB6 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 189 | 182 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.17 |
| HSL | 14.48º | 0.25% | 0.77% | - |
| HSV(B) | 14.48º | 0.14% | 0.83% | - |
| XYZ | 53.51 | 53.62 | 51.79 | - |
| YUV | 194.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 182 | 0 | 0.10 | 0.14 | 0.17 | 14.48 | 0.25 | 0.77 |
| Hex | D3 | BD | B6 | 0 | A | E | 11 | E | 19 | 4D |
| Octal | 323 | 275 | 266 | 0 | 12 | 16 | 21 | 16 | 31 | 115 |
| Binary | 11010011 | 10111101 | 10110110 | 0 | 1010 | 1110 | 10001 | 1110 | 11001 | 1001101 |
Color Harmonies of #D3BDB6
Complementary color
Monochromatic Colors of #D3BDB6
Black with #D3BDB6
Text Example
Text Example
White with #D3BDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BDB6; }
p { color: rgb(211,189,182); }
H1.HeaderClassName
{
color: #D3BDB6;
}
.AnyTagClassName
{
color: #D3BDB6;
}
</style>
background-color css
<style>
a { background-color: #D3BDB6; }
a { background-color: rgb(211,189,182); }
div.DivClassName
{
background-color: #D3BDB6;
}
.BgClassName
{
background-color: #D3BDB6;
}
</style>
border-color css
<style>
span { border-color: #D3BDB6; }
span { border-color: rgb(211,189,182); }
td.TdClassName
{
border-color: #D3BDB6;
}
.TagClassName
{
border-color: #D3BDB6;
}
</style>