Shades of Wafer #D8BDB3
Tints of Wafer #D8BDB3
RGB
CMYK
RGB Variations
Color information
#D8BDB3 (or 0xD8BDB3) is known color: Wafer. HEX triplet: D8, BD and B3. RGB value is (216,189,179). Sum of RGB (Red+Green+Blue) = 216+189+179=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDB3 is #27424C. Grayscale: #C4C4C4. Windows color (decimal): -2572877 or 11779544. OLE color: 11779544.
HSL color Cylindrical-coordinate representation of color #D8BDB3: hue angle of 16.22º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8BDB3 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 179 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.15 |
| HSL | 16.22º | 0.32% | 0.77% | - |
| HSV(B) | 16.22º | 0.17% | 0.85% | - |
| XYZ | 54.65 | 54.25 | 50.24 | - |
| YUV | 195.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 179 | 0 | 0.12 | 0.17 | 0.15 | 16.22 | 0.32 | 0.77 |
| Hex | D8 | BD | B3 | 0 | C | 11 | F | 10 | 20 | 4D |
| Octal | 330 | 275 | 263 | 0 | 14 | 21 | 17 | 20 | 40 | 115 |
| Binary | 11011000 | 10111101 | 10110011 | 0 | 1100 | 10001 | 1111 | 10000 | 100000 | 1001101 |
Color Harmonies of #D8BDB3
Complementary color
Monochromatic Colors of #D8BDB3
Black with #D8BDB3
Text Example
Text Example
White with #D8BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDB3; }
p { color: rgb(216,189,179); }
H1.HeaderClassName
{
color: #D8BDB3;
}
.AnyTagClassName
{
color: #D8BDB3;
}
</style>
background-color css
<style>
a { background-color: #D8BDB3; }
a { background-color: rgb(216,189,179); }
div.DivClassName
{
background-color: #D8BDB3;
}
.BgClassName
{
background-color: #D8BDB3;
}
</style>
border-color css
<style>
span { border-color: #D8BDB3; }
span { border-color: rgb(216,189,179); }
td.TdClassName
{
border-color: #D8BDB3;
}
.TagClassName
{
border-color: #D8BDB3;
}
</style>