Shades of Wafer #D8BCAE
Tints of Wafer #D8BCAE
RGB
CMYK
RGB Variations
Color information
#D8BCAE (or 0xD8BCAE) is known color: Wafer. HEX triplet: D8, BC and AE. RGB value is (216,188,174). Sum of RGB (Red+Green+Blue) = 216+188+174=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BCAE is #274351. Grayscale: #C2C2C2. Windows color (decimal): -2573138 or 11451608. OLE color: 11451608.
HSL color Cylindrical-coordinate representation of color #D8BCAE: hue angle of 20º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8BCAE is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 174 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.15 |
| HSL | 20º | 0.35% | 0.76% | - |
| HSV(B) | 20º | 0.19% | 0.85% | - |
| XYZ | 53.94 | 53.62 | 47.55 | - |
| YUV | 194.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 174 | 0 | 0.13 | 0.19 | 0.15 | 20 | 0.35 | 0.76 |
| Hex | D8 | BC | AE | 0 | D | 13 | F | 14 | 23 | 4C |
| Octal | 330 | 274 | 256 | 0 | 15 | 23 | 17 | 24 | 43 | 114 |
| Binary | 11011000 | 10111100 | 10101110 | 0 | 1101 | 10011 | 1111 | 10100 | 100011 | 1001100 |
Color Harmonies of #D8BCAE
Complementary color
Monochromatic Colors of #D8BCAE
Black with #D8BCAE
Text Example
Text Example
White with #D8BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCAE; }
p { color: rgb(216,188,174); }
H1.HeaderClassName
{
color: #D8BCAE;
}
.AnyTagClassName
{
color: #D8BCAE;
}
</style>
background-color css
<style>
a { background-color: #D8BCAE; }
a { background-color: rgb(216,188,174); }
div.DivClassName
{
background-color: #D8BCAE;
}
.BgClassName
{
background-color: #D8BCAE;
}
</style>
border-color css
<style>
span { border-color: #D8BCAE; }
span { border-color: rgb(216,188,174); }
td.TdClassName
{
border-color: #D8BCAE;
}
.TagClassName
{
border-color: #D8BCAE;
}
</style>