Shades of Wafer #D8C0BA
Tints of Wafer #D8C0BA
RGB
CMYK
RGB Variations
Color information
#D8C0BA (or 0xD8C0BA) is known color: Wafer. HEX triplet: D8, C0 and BA. RGB value is (216,192,186). Sum of RGB (Red+Green+Blue) = 216+192+186=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C0BA is #273F45. Grayscale: #C6C6C6. Windows color (decimal): -2572102 or 12239064. OLE color: 12239064.
HSL color Cylindrical-coordinate representation of color #D8C0BA: hue angle of 12º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8C0BA is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 186 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.15 |
| HSL | 12º | 0.28% | 0.79% | - |
| HSV(B) | 12º | 0.14% | 0.85% | - |
| XYZ | 56.03 | 55.84 | 54.28 | - |
| YUV | 198.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 186 | 0 | 0.11 | 0.14 | 0.15 | 12 | 0.28 | 0.79 |
| Hex | D8 | C0 | BA | 0 | B | E | F | C | 1C | 4F |
| Octal | 330 | 300 | 272 | 0 | 13 | 16 | 17 | 14 | 34 | 117 |
| Binary | 11011000 | 11000000 | 10111010 | 0 | 1011 | 1110 | 1111 | 1100 | 11100 | 1001111 |
Color Harmonies of #D8C0BA
Complementary color
Monochromatic Colors of #D8C0BA
Black with #D8C0BA
Text Example
Text Example
White with #D8C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C0BA; }
p { color: rgb(216,192,186); }
H1.HeaderClassName
{
color: #D8C0BA;
}
.AnyTagClassName
{
color: #D8C0BA;
}
</style>
background-color css
<style>
a { background-color: #D8C0BA; }
a { background-color: rgb(216,192,186); }
div.DivClassName
{
background-color: #D8C0BA;
}
.BgClassName
{
background-color: #D8C0BA;
}
</style>
border-color css
<style>
span { border-color: #D8C0BA; }
span { border-color: rgb(216,192,186); }
td.TdClassName
{
border-color: #D8C0BA;
}
.TagClassName
{
border-color: #D8C0BA;
}
</style>