Shades of Wafer #D8C3BB
Tints of Wafer #D8C3BB
RGB
CMYK
RGB Variations
Color information
#D8C3BB (or 0xD8C3BB) is known color: Wafer. HEX triplet: D8, C3 and BB. RGB value is (216,195,187). Sum of RGB (Red+Green+Blue) = 216+195+187=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C3BB is #273C44. Grayscale: #C8C8C8. Windows color (decimal): -2571333 or 12305368. OLE color: 12305368.
HSL color Cylindrical-coordinate representation of color #D8C3BB: hue angle of 16.55º degrees, saturation: 0.27, 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 #D8C3BB is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 195 | 187 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.15 |
| HSL | 16.55º | 0.27% | 0.79% | - |
| HSV(B) | 16.55º | 0.13% | 0.85% | - |
| XYZ | 56.8 | 57.22 | 55.06 | - |
| YUV | 200.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 195 | 187 | 0 | 0.10 | 0.13 | 0.15 | 16.55 | 0.27 | 0.79 |
| Hex | D8 | C3 | BB | 0 | A | D | F | 11 | 1B | 4F |
| Octal | 330 | 303 | 273 | 0 | 12 | 15 | 17 | 21 | 33 | 117 |
| Binary | 11011000 | 11000011 | 10111011 | 0 | 1010 | 1101 | 1111 | 10001 | 11011 | 1001111 |
Color Harmonies of #D8C3BB
Complementary color
Monochromatic Colors of #D8C3BB
Black with #D8C3BB
Text Example
Text Example
White with #D8C3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C3BB; }
p { color: rgb(216,195,187); }
H1.HeaderClassName
{
color: #D8C3BB;
}
.AnyTagClassName
{
color: #D8C3BB;
}
</style>
background-color css
<style>
a { background-color: #D8C3BB; }
a { background-color: rgb(216,195,187); }
div.DivClassName
{
background-color: #D8C3BB;
}
.BgClassName
{
background-color: #D8C3BB;
}
</style>
border-color css
<style>
span { border-color: #D8C3BB; }
span { border-color: rgb(216,195,187); }
td.TdClassName
{
border-color: #D8C3BB;
}
.TagClassName
{
border-color: #D8C3BB;
}
</style>