Shades of Wafer #D7C2BC
Tints of Wafer #D7C2BC
RGB
CMYK
RGB Variations
Color information
#D7C2BC (or 0xD7C2BC) is known color: Wafer. HEX triplet: D7, C2 and BC. RGB value is (215,194,188). Sum of RGB (Red+Green+Blue) = 215+194+188=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C2BC is #283D43. Grayscale: #C7C7C7. Windows color (decimal): -2637124 or 12370647. OLE color: 12370647.
HSL color Cylindrical-coordinate representation of color #D7C2BC: hue angle of 13.33º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7C2BC is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 188 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.16 |
| HSL | 13.33º | 0.25% | 0.79% | - |
| HSV(B) | 13.33º | 0.13% | 0.84% | - |
| XYZ | 56.39 | 56.66 | 55.54 | - |
| YUV | 199.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 188 | 0 | 0.10 | 0.13 | 0.16 | 13.33 | 0.25 | 0.79 |
| Hex | D7 | C2 | BC | 0 | A | D | 10 | D | 19 | 4F |
| Octal | 327 | 302 | 274 | 0 | 12 | 15 | 20 | 15 | 31 | 117 |
| Binary | 11010111 | 11000010 | 10111100 | 0 | 1010 | 1101 | 10000 | 1101 | 11001 | 1001111 |
Color Harmonies of #D7C2BC
Complementary color
Monochromatic Colors of #D7C2BC
Black with #D7C2BC
Text Example
Text Example
White with #D7C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C2BC; }
p { color: rgb(215,194,188); }
H1.HeaderClassName
{
color: #D7C2BC;
}
.AnyTagClassName
{
color: #D7C2BC;
}
</style>
background-color css
<style>
a { background-color: #D7C2BC; }
a { background-color: rgb(215,194,188); }
div.DivClassName
{
background-color: #D7C2BC;
}
.BgClassName
{
background-color: #D7C2BC;
}
</style>
border-color css
<style>
span { border-color: #D7C2BC; }
span { border-color: rgb(215,194,188); }
td.TdClassName
{
border-color: #D7C2BC;
}
.TagClassName
{
border-color: #D7C2BC;
}
</style>