Shades of Melanie #D7AAB8
Tints of Melanie #D7AAB8
RGB
CMYK
RGB Variations
Color information
#D7AAB8 (or 0xD7AAB8) is known color: Melanie. HEX triplet: D7, AA and B8. RGB value is (215,170,184). Sum of RGB (Red+Green+Blue) = 215+170+184=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AAB8 is #285547. Grayscale: #B9B9B9. Windows color (decimal): -2643272 or 12102359. OLE color: 12102359.
HSL color Cylindrical-coordinate representation of color #D7AAB8: hue angle of 341.33º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7AAB8 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 170 | 184 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.16 |
| HSL | 341.33º | 0.36% | 0.75% | - |
| HSV(B) | 341.33º | 0.21% | 0.84% | - |
| XYZ | 51.05 | 46.66 | 51.66 | - |
| YUV | 185.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 184 | 0 | 0.21 | 0.14 | 0.16 | 341.33 | 0.36 | 0.75 |
| Hex | D7 | AA | B8 | 0 | 15 | E | 10 | 155 | 24 | 4B |
| Octal | 327 | 252 | 270 | 0 | 25 | 16 | 20 | 525 | 44 | 113 |
| Binary | 11010111 | 10101010 | 10111000 | 0 | 10101 | 1110 | 10000 | 101010101 | 100100 | 1001011 |
Color Harmonies of #D7AAB8
Complementary color
Monochromatic Colors of #D7AAB8
Black with #D7AAB8
Text Example
Text Example
White with #D7AAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AAB8; }
p { color: rgb(215,170,184); }
H1.HeaderClassName
{
color: #D7AAB8;
}
.AnyTagClassName
{
color: #D7AAB8;
}
</style>
background-color css
<style>
a { background-color: #D7AAB8; }
a { background-color: rgb(215,170,184); }
div.DivClassName
{
background-color: #D7AAB8;
}
.BgClassName
{
background-color: #D7AAB8;
}
</style>
border-color css
<style>
span { border-color: #D7AAB8; }
span { border-color: rgb(215,170,184); }
td.TdClassName
{
border-color: #D7AAB8;
}
.TagClassName
{
border-color: #D7AAB8;
}
</style>