Shades of Melanie #D7B4C2
Tints of Melanie #D7B4C2
RGB
CMYK
RGB Variations
Color information
#D7B4C2 (or 0xD7B4C2) is known color: Melanie. HEX triplet: D7, B4 and C2. RGB value is (215,180,194). Sum of RGB (Red+Green+Blue) = 215+180+194=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B4C2 is #284B3D. Grayscale: #C0C0C0. Windows color (decimal): -2640702 or 12760279. OLE color: 12760279.
HSL color Cylindrical-coordinate representation of color #D7B4C2: hue angle of 336º 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 #D7B4C2 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 180 | 194 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.16 |
| HSL | 336º | 0.3% | 0.77% | - |
| HSV(B) | 336º | 0.16% | 0.84% | - |
| XYZ | 54.08 | 50.98 | 58.03 | - |
| YUV | 192.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 180 | 194 | 0 | 0.16 | 0.10 | 0.16 | 336 | 0.3 | 0.77 |
| Hex | D7 | B4 | C2 | 0 | 10 | A | 10 | 150 | 1E | 4D |
| Octal | 327 | 264 | 302 | 0 | 20 | 12 | 20 | 520 | 36 | 115 |
| Binary | 11010111 | 10110100 | 11000010 | 0 | 10000 | 1010 | 10000 | 101010000 | 11110 | 1001101 |
Color Harmonies of #D7B4C2
Complementary color
Monochromatic Colors of #D7B4C2
Black with #D7B4C2
Text Example
Text Example
White with #D7B4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B4C2; }
p { color: rgb(215,180,194); }
H1.HeaderClassName
{
color: #D7B4C2;
}
.AnyTagClassName
{
color: #D7B4C2;
}
</style>
background-color css
<style>
a { background-color: #D7B4C2; }
a { background-color: rgb(215,180,194); }
div.DivClassName
{
background-color: #D7B4C2;
}
.BgClassName
{
background-color: #D7B4C2;
}
</style>
border-color css
<style>
span { border-color: #D7B4C2; }
span { border-color: rgb(215,180,194); }
td.TdClassName
{
border-color: #D7B4C2;
}
.TagClassName
{
border-color: #D7B4C2;
}
</style>