Shades of Melanie #D7B7BD
Tints of Melanie #D7B7BD
RGB
CMYK
RGB Variations
Color information
#D7B7BD (or 0xD7B7BD) is known color: Melanie. HEX triplet: D7, B7 and BD. RGB value is (215,183,189). Sum of RGB (Red+Green+Blue) = 215+183+189=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B7BD is #284842. Grayscale: #C1C1C1. Windows color (decimal): -2639939 or 12433367. OLE color: 12433367.
HSL color Cylindrical-coordinate representation of color #D7B7BD: hue angle of 348.75º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7B7BD is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 183 | 189 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.16 |
| HSL | 348.75º | 0.29% | 0.78% | - |
| HSV(B) | 348.75º | 0.15% | 0.84% | - |
| XYZ | 54.14 | 51.99 | 55.33 | - |
| YUV | 193.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 189 | 0 | 0.15 | 0.12 | 0.16 | 348.75 | 0.29 | 0.78 |
| Hex | D7 | B7 | BD | 0 | F | C | 10 | 15D | 1D | 4E |
| Octal | 327 | 267 | 275 | 0 | 17 | 14 | 20 | 535 | 35 | 116 |
| Binary | 11010111 | 10110111 | 10111101 | 0 | 1111 | 1100 | 10000 | 101011101 | 11101 | 1001110 |
Color Harmonies of #D7B7BD
Complementary color
Monochromatic Colors of #D7B7BD
Black with #D7B7BD
Text Example
Text Example
White with #D7B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B7BD; }
p { color: rgb(215,183,189); }
H1.HeaderClassName
{
color: #D7B7BD;
}
.AnyTagClassName
{
color: #D7B7BD;
}
</style>
background-color css
<style>
a { background-color: #D7B7BD; }
a { background-color: rgb(215,183,189); }
div.DivClassName
{
background-color: #D7B7BD;
}
.BgClassName
{
background-color: #D7B7BD;
}
</style>
border-color css
<style>
span { border-color: #D7B7BD; }
span { border-color: rgb(215,183,189); }
td.TdClassName
{
border-color: #D7B7BD;
}
.TagClassName
{
border-color: #D7B7BD;
}
</style>