Shades of Melanie #D7B0BC
Tints of Melanie #D7B0BC
RGB
CMYK
RGB Variations
Color information
#D7B0BC (or 0xD7B0BC) is known color: Melanie. HEX triplet: D7, B0 and BC. RGB value is (215,176,188). Sum of RGB (Red+Green+Blue) = 215+176+188=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B0BC is #284F43. Grayscale: #BDBDBD. Windows color (decimal): -2641732 or 12366039. OLE color: 12366039.
HSL color Cylindrical-coordinate representation of color #D7B0BC: hue angle of 341.54º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7B0BC is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 188 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.16 |
| HSL | 341.54º | 0.33% | 0.77% | - |
| HSV(B) | 341.54º | 0.18% | 0.84% | - |
| XYZ | 52.63 | 49.13 | 54.29 | - |
| YUV | 189.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 188 | 0 | 0.18 | 0.13 | 0.16 | 341.54 | 0.33 | 0.77 |
| Hex | D7 | B0 | BC | 0 | 12 | D | 10 | 156 | 21 | 4D |
| Octal | 327 | 260 | 274 | 0 | 22 | 15 | 20 | 526 | 41 | 115 |
| Binary | 11010111 | 10110000 | 10111100 | 0 | 10010 | 1101 | 10000 | 101010110 | 100001 | 1001101 |
Color Harmonies of #D7B0BC
Complementary color
Monochromatic Colors of #D7B0BC
Black with #D7B0BC
Text Example
Text Example
White with #D7B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B0BC; }
p { color: rgb(215,176,188); }
H1.HeaderClassName
{
color: #D7B0BC;
}
.AnyTagClassName
{
color: #D7B0BC;
}
</style>
background-color css
<style>
a { background-color: #D7B0BC; }
a { background-color: rgb(215,176,188); }
div.DivClassName
{
background-color: #D7B0BC;
}
.BgClassName
{
background-color: #D7B0BC;
}
</style>
border-color css
<style>
span { border-color: #D7B0BC; }
span { border-color: rgb(215,176,188); }
td.TdClassName
{
border-color: #D7B0BC;
}
.TagClassName
{
border-color: #D7B0BC;
}
</style>