Shades of Wafer #D7C2B8
Tints of Wafer #D7C2B8
RGB
CMYK
RGB Variations
Color information
#D7C2B8 (or 0xD7C2B8) is known color: Wafer. HEX triplet: D7, C2 and B8. RGB value is (215,194,184). Sum of RGB (Red+Green+Blue) = 215+194+184=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C2B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C2B8 is #283D47. Grayscale: #C7C7C7. Windows color (decimal): -2637128 or 12108503. OLE color: 12108503.
HSL color Cylindrical-coordinate representation of color #D7C2B8: hue angle of 19.35º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7C2B8 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 184 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.16 |
| HSL | 19.35º | 0.28% | 0.78% | - |
| HSV(B) | 19.35º | 0.14% | 0.84% | - |
| XYZ | 55.97 | 56.49 | 53.3 | - |
| YUV | 199.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 184 | 0 | 0.10 | 0.14 | 0.16 | 19.35 | 0.28 | 0.78 |
| Hex | D7 | C2 | B8 | 0 | A | E | 10 | 13 | 1C | 4E |
| Octal | 327 | 302 | 270 | 0 | 12 | 16 | 20 | 23 | 34 | 116 |
| Binary | 11010111 | 11000010 | 10111000 | 0 | 1010 | 1110 | 10000 | 10011 | 11100 | 1001110 |
Color Harmonies of #D7C2B8
Complementary color
Monochromatic Colors of #D7C2B8
Black with #D7C2B8
Text Example
Text Example
White with #D7C2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C2B8; }
p { color: rgb(215,194,184); }
H1.HeaderClassName
{
color: #D7C2B8;
}
.AnyTagClassName
{
color: #D7C2B8;
}
</style>
background-color css
<style>
a { background-color: #D7C2B8; }
a { background-color: rgb(215,194,184); }
div.DivClassName
{
background-color: #D7C2B8;
}
.BgClassName
{
background-color: #D7C2B8;
}
</style>
border-color css
<style>
span { border-color: #D7C2B8; }
span { border-color: rgb(215,194,184); }
td.TdClassName
{
border-color: #D7C2B8;
}
.TagClassName
{
border-color: #D7C2B8;
}
</style>