Shades of Wafer #D8C4B9
Tints of Wafer #D8C4B9
RGB
CMYK
RGB Variations
Color information
#D8C4B9 (or 0xD8C4B9) is known color: Wafer. HEX triplet: D8, C4 and B9. RGB value is (216,196,185). Sum of RGB (Red+Green+Blue) = 216+196+185=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 196 (76.95% from 255 or 32.83% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C4B9 is #273B46. Grayscale: #C8C8C8. Windows color (decimal): -2571079 or 12174552. OLE color: 12174552.
HSL color Cylindrical-coordinate representation of color #D8C4B9: hue angle of 21.29º 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 #D8C4B9 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 185 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.15 |
| HSL | 21.29º | 0.28% | 0.79% | - |
| HSV(B) | 21.29º | 0.14% | 0.85% | - |
| XYZ | 56.82 | 57.58 | 54.02 | - |
| YUV | 200.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 185 | 0 | 0.09 | 0.14 | 0.15 | 21.29 | 0.28 | 0.79 |
| Hex | D8 | C4 | B9 | 0 | 9 | E | F | 15 | 1C | 4F |
| Octal | 330 | 304 | 271 | 0 | 11 | 16 | 17 | 25 | 34 | 117 |
| Binary | 11011000 | 11000100 | 10111001 | 0 | 1001 | 1110 | 1111 | 10101 | 11100 | 1001111 |
Color Harmonies of #D8C4B9
Complementary color
Monochromatic Colors of #D8C4B9
Black with #D8C4B9
Text Example
Text Example
White with #D8C4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C4B9; }
p { color: rgb(216,196,185); }
H1.HeaderClassName
{
color: #D8C4B9;
}
.AnyTagClassName
{
color: #D8C4B9;
}
</style>
background-color css
<style>
a { background-color: #D8C4B9; }
a { background-color: rgb(216,196,185); }
div.DivClassName
{
background-color: #D8C4B9;
}
.BgClassName
{
background-color: #D8C4B9;
}
</style>
border-color css
<style>
span { border-color: #D8C4B9; }
span { border-color: rgb(216,196,185); }
td.TdClassName
{
border-color: #D8C4B9;
}
.TagClassName
{
border-color: #D8C4B9;
}
</style>