Shades of Melanie #D7A6B8
Tints of Melanie #D7A6B8
RGB
CMYK
RGB Variations
Color information
#D7A6B8 (or 0xD7A6B8) is known color: Melanie. HEX triplet: D7, A6 and B8. RGB value is (215,166,184). Sum of RGB (Red+Green+Blue) = 215+166+184=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A6B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A6B8 is #285947. Grayscale: #B6B6B6. Windows color (decimal): -2644296 or 12101335. OLE color: 12101335.
HSL color Cylindrical-coordinate representation of color #D7A6B8: hue angle of 337.96º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7A6B8 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 166 | 184 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.16 |
| HSL | 337.96º | 0.38% | 0.75% | - |
| HSV(B) | 337.96º | 0.23% | 0.84% | - |
| XYZ | 50.31 | 45.18 | 51.42 | - |
| YUV | 182.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 166 | 184 | 0 | 0.23 | 0.14 | 0.16 | 337.96 | 0.38 | 0.75 |
| Hex | D7 | A6 | B8 | 0 | 17 | E | 10 | 152 | 26 | 4B |
| Octal | 327 | 246 | 270 | 0 | 27 | 16 | 20 | 522 | 46 | 113 |
| Binary | 11010111 | 10100110 | 10111000 | 0 | 10111 | 1110 | 10000 | 101010010 | 100110 | 1001011 |
Color Harmonies of #D7A6B8
Complementary color
Monochromatic Colors of #D7A6B8
Black with #D7A6B8
Text Example
Text Example
White with #D7A6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A6B8; }
p { color: rgb(215,166,184); }
H1.HeaderClassName
{
color: #D7A6B8;
}
.AnyTagClassName
{
color: #D7A6B8;
}
</style>
background-color css
<style>
a { background-color: #D7A6B8; }
a { background-color: rgb(215,166,184); }
div.DivClassName
{
background-color: #D7A6B8;
}
.BgClassName
{
background-color: #D7A6B8;
}
</style>
border-color css
<style>
span { border-color: #D7A6B8; }
span { border-color: rgb(215,166,184); }
td.TdClassName
{
border-color: #D7A6B8;
}
.TagClassName
{
border-color: #D7A6B8;
}
</style>