Shades of Melanie #D7B4C1
Tints of Melanie #D7B4C1
RGB
CMYK
RGB Variations
Color information
#D7B4C1 (or 0xD7B4C1) is known color: Melanie. HEX triplet: D7, B4 and C1. RGB value is (215,180,193). Sum of RGB (Red+Green+Blue) = 215+180+193=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B4C1 is #284B3E. Grayscale: #BFBFBF. Windows color (decimal): -2640703 or 12694743. OLE color: 12694743.
HSL color Cylindrical-coordinate representation of color #D7B4C1: hue angle of 337.71º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7B4C1 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 180 | 193 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.16 |
| HSL | 337.71º | 0.3% | 0.77% | - |
| HSV(B) | 337.71º | 0.16% | 0.84% | - |
| XYZ | 53.97 | 50.94 | 57.44 | - |
| YUV | 191.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 180 | 193 | 0 | 0.16 | 0.10 | 0.16 | 337.71 | 0.3 | 0.77 |
| Hex | D7 | B4 | C1 | 0 | 10 | A | 10 | 152 | 1E | 4D |
| Octal | 327 | 264 | 301 | 0 | 20 | 12 | 20 | 522 | 36 | 115 |
| Binary | 11010111 | 10110100 | 11000001 | 0 | 10000 | 1010 | 10000 | 101010010 | 11110 | 1001101 |
Color Harmonies of #D7B4C1
Complementary color
Monochromatic Colors of #D7B4C1
Black with #D7B4C1
Text Example
Text Example
White with #D7B4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B4C1; }
p { color: rgb(215,180,193); }
H1.HeaderClassName
{
color: #D7B4C1;
}
.AnyTagClassName
{
color: #D7B4C1;
}
</style>
background-color css
<style>
a { background-color: #D7B4C1; }
a { background-color: rgb(215,180,193); }
div.DivClassName
{
background-color: #D7B4C1;
}
.BgClassName
{
background-color: #D7B4C1;
}
</style>
border-color css
<style>
span { border-color: #D7B4C1; }
span { border-color: rgb(215,180,193); }
td.TdClassName
{
border-color: #D7B4C1;
}
.TagClassName
{
border-color: #D7B4C1;
}
</style>