Shades of Wafer #D7C2B9
Tints of Wafer #D7C2B9
RGB
CMYK
RGB Variations
Color information
#D7C2B9 (or 0xD7C2B9) is known color: Wafer. HEX triplet: D7, C2 and B9. RGB value is (215,194,185). Sum of RGB (Red+Green+Blue) = 215+194+185=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C2B9 is #283D46. Grayscale: #C7C7C7. Windows color (decimal): -2637127 or 12174039. OLE color: 12174039.
HSL color Cylindrical-coordinate representation of color #D7C2B9: hue angle of 18º degrees, saturation: 0.27, 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 #D7C2B9 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 185 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.16 |
| HSL | 18º | 0.27% | 0.78% | - |
| HSV(B) | 18º | 0.14% | 0.84% | - |
| XYZ | 56.07 | 56.53 | 53.86 | - |
| YUV | 199.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 185 | 0 | 0.10 | 0.14 | 0.16 | 18 | 0.27 | 0.78 |
| Hex | D7 | C2 | B9 | 0 | A | E | 10 | 12 | 1B | 4E |
| Octal | 327 | 302 | 271 | 0 | 12 | 16 | 20 | 22 | 33 | 116 |
| Binary | 11010111 | 11000010 | 10111001 | 0 | 1010 | 1110 | 10000 | 10010 | 11011 | 1001110 |
Color Harmonies of #D7C2B9
Complementary color
Monochromatic Colors of #D7C2B9
Black with #D7C2B9
Text Example
Text Example
White with #D7C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C2B9; }
p { color: rgb(215,194,185); }
H1.HeaderClassName
{
color: #D7C2B9;
}
.AnyTagClassName
{
color: #D7C2B9;
}
</style>
background-color css
<style>
a { background-color: #D7C2B9; }
a { background-color: rgb(215,194,185); }
div.DivClassName
{
background-color: #D7C2B9;
}
.BgClassName
{
background-color: #D7C2B9;
}
</style>
border-color css
<style>
span { border-color: #D7C2B9; }
span { border-color: rgb(215,194,185); }
td.TdClassName
{
border-color: #D7C2B9;
}
.TagClassName
{
border-color: #D7C2B9;
}
</style>