Shades of Melanie #D7B3BD
Tints of Melanie #D7B3BD
RGB
CMYK
RGB Variations
Color information
#D7B3BD (or 0xD7B3BD) is known color: Melanie. HEX triplet: D7, B3 and BD. RGB value is (215,179,189). Sum of RGB (Red+Green+Blue) = 215+179+189=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B3BD is #284C42. Grayscale: #BEBEBE. Windows color (decimal): -2640963 or 12432343. OLE color: 12432343.
HSL color Cylindrical-coordinate representation of color #D7B3BD: hue angle of 343.33º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7B3BD is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 189 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.16 |
| HSL | 343.33º | 0.31% | 0.77% | - |
| HSV(B) | 343.33º | 0.17% | 0.84% | - |
| XYZ | 53.33 | 50.36 | 55.05 | - |
| YUV | 190.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 189 | 0 | 0.17 | 0.12 | 0.16 | 343.33 | 0.31 | 0.77 |
| Hex | D7 | B3 | BD | 0 | 11 | C | 10 | 157 | 1F | 4D |
| Octal | 327 | 263 | 275 | 0 | 21 | 14 | 20 | 527 | 37 | 115 |
| Binary | 11010111 | 10110011 | 10111101 | 0 | 10001 | 1100 | 10000 | 101010111 | 11111 | 1001101 |
Color Harmonies of #D7B3BD
Complementary color
Monochromatic Colors of #D7B3BD
Black with #D7B3BD
Text Example
Text Example
White with #D7B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B3BD; }
p { color: rgb(215,179,189); }
H1.HeaderClassName
{
color: #D7B3BD;
}
.AnyTagClassName
{
color: #D7B3BD;
}
</style>
background-color css
<style>
a { background-color: #D7B3BD; }
a { background-color: rgb(215,179,189); }
div.DivClassName
{
background-color: #D7B3BD;
}
.BgClassName
{
background-color: #D7B3BD;
}
</style>
border-color css
<style>
span { border-color: #D7B3BD; }
span { border-color: rgb(215,179,189); }
td.TdClassName
{
border-color: #D7B3BD;
}
.TagClassName
{
border-color: #D7B3BD;
}
</style>