Shades of Melanie #D8B7C0
Tints of Melanie #D8B7C0
RGB
CMYK
RGB Variations
Color information
#D8B7C0 (or 0xD8B7C0) is known color: Melanie. HEX triplet: D8, B7 and C0. RGB value is (216,183,192). Sum of RGB (Red+Green+Blue) = 216+183+192=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B7C0 is #27483F. Grayscale: #C1C1C1. Windows color (decimal): -2574400 or 12629976. OLE color: 12629976.
HSL color Cylindrical-coordinate representation of color #D8B7C0: hue angle of 343.64º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8B7C0 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 192 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.15 |
| HSL | 343.64º | 0.3% | 0.78% | - |
| HSV(B) | 343.64º | 0.15% | 0.85% | - |
| XYZ | 54.77 | 52.27 | 57.07 | - |
| YUV | 193.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 192 | 0 | 0.15 | 0.11 | 0.15 | 343.64 | 0.3 | 0.78 |
| Hex | D8 | B7 | C0 | 0 | F | B | F | 158 | 1E | 4E |
| Octal | 330 | 267 | 300 | 0 | 17 | 13 | 17 | 530 | 36 | 116 |
| Binary | 11011000 | 10110111 | 11000000 | 0 | 1111 | 1011 | 1111 | 101011000 | 11110 | 1001110 |
Color Harmonies of #D8B7C0
Complementary color
Monochromatic Colors of #D8B7C0
Black with #D8B7C0
Text Example
Text Example
White with #D8B7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7C0; }
p { color: rgb(216,183,192); }
H1.HeaderClassName
{
color: #D8B7C0;
}
.AnyTagClassName
{
color: #D8B7C0;
}
</style>
background-color css
<style>
a { background-color: #D8B7C0; }
a { background-color: rgb(216,183,192); }
div.DivClassName
{
background-color: #D8B7C0;
}
.BgClassName
{
background-color: #D8B7C0;
}
</style>
border-color css
<style>
span { border-color: #D8B7C0; }
span { border-color: rgb(216,183,192); }
td.TdClassName
{
border-color: #D8B7C0;
}
.TagClassName
{
border-color: #D8B7C0;
}
</style>