Shades of Melanie #D7B5BC
Tints of Melanie #D7B5BC
RGB
CMYK
RGB Variations
Color information
#D7B5BC (or 0xD7B5BC) is known color: Melanie. HEX triplet: D7, B5 and BC. RGB value is (215,181,188). Sum of RGB (Red+Green+Blue) = 215+181+188=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B5BC is #284A43. Grayscale: #BFBFBF. Windows color (decimal): -2640452 or 12367319. OLE color: 12367319.
HSL color Cylindrical-coordinate representation of color #D7B5BC: hue angle of 347.65º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7B5BC is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 181 | 188 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.16 |
| HSL | 347.65º | 0.3% | 0.78% | - |
| HSV(B) | 347.65º | 0.16% | 0.84% | - |
| XYZ | 53.63 | 51.13 | 54.62 | - |
| YUV | 191.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 188 | 0 | 0.16 | 0.13 | 0.16 | 347.65 | 0.3 | 0.78 |
| Hex | D7 | B5 | BC | 0 | 10 | D | 10 | 15C | 1E | 4E |
| Octal | 327 | 265 | 274 | 0 | 20 | 15 | 20 | 534 | 36 | 116 |
| Binary | 11010111 | 10110101 | 10111100 | 0 | 10000 | 1101 | 10000 | 101011100 | 11110 | 1001110 |
Color Harmonies of #D7B5BC
Complementary color
Monochromatic Colors of #D7B5BC
Black with #D7B5BC
Text Example
Text Example
White with #D7B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B5BC; }
p { color: rgb(215,181,188); }
H1.HeaderClassName
{
color: #D7B5BC;
}
.AnyTagClassName
{
color: #D7B5BC;
}
</style>
background-color css
<style>
a { background-color: #D7B5BC; }
a { background-color: rgb(215,181,188); }
div.DivClassName
{
background-color: #D7B5BC;
}
.BgClassName
{
background-color: #D7B5BC;
}
</style>
border-color css
<style>
span { border-color: #D7B5BC; }
span { border-color: rgb(215,181,188); }
td.TdClassName
{
border-color: #D7B5BC;
}
.TagClassName
{
border-color: #D7B5BC;
}
</style>