Shades of Wafer #D8C4BC
Tints of Wafer #D8C4BC
RGB
CMYK
RGB Variations
Color information
#D8C4BC (or 0xD8C4BC) is known color: Wafer. HEX triplet: D8, C4 and BC. RGB value is (216,196,188). Sum of RGB (Red+Green+Blue) = 216+196+188=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 196 (76.95% from 255 or 32.67% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C4BC is #273B43. Grayscale: #C9C9C9. Windows color (decimal): -2571076 or 12371160. OLE color: 12371160.
HSL color Cylindrical-coordinate representation of color #D8C4BC: hue angle of 17.14º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8C4BC is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 188 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.15 |
| HSL | 17.14º | 0.26% | 0.79% | - |
| HSV(B) | 17.14º | 0.13% | 0.85% | - |
| XYZ | 57.14 | 57.71 | 55.7 | - |
| YUV | 201.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 188 | 0 | 0.09 | 0.13 | 0.15 | 17.14 | 0.26 | 0.79 |
| Hex | D8 | C4 | BC | 0 | 9 | D | F | 11 | 1A | 4F |
| Octal | 330 | 304 | 274 | 0 | 11 | 15 | 17 | 21 | 32 | 117 |
| Binary | 11011000 | 11000100 | 10111100 | 0 | 1001 | 1101 | 1111 | 10001 | 11010 | 1001111 |
Color Harmonies of #D8C4BC
Complementary color
Monochromatic Colors of #D8C4BC
Black with #D8C4BC
Text Example
Text Example
White with #D8C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C4BC; }
p { color: rgb(216,196,188); }
H1.HeaderClassName
{
color: #D8C4BC;
}
.AnyTagClassName
{
color: #D8C4BC;
}
</style>
background-color css
<style>
a { background-color: #D8C4BC; }
a { background-color: rgb(216,196,188); }
div.DivClassName
{
background-color: #D8C4BC;
}
.BgClassName
{
background-color: #D8C4BC;
}
</style>
border-color css
<style>
span { border-color: #D8C4BC; }
span { border-color: rgb(216,196,188); }
td.TdClassName
{
border-color: #D8C4BC;
}
.TagClassName
{
border-color: #D8C4BC;
}
</style>