Shades of Melanie #D8AAB8
Tints of Melanie #D8AAB8
RGB
CMYK
RGB Variations
Color information
#D8AAB8 (or 0xD8AAB8) is known color: Melanie. HEX triplet: D8, AA and B8. RGB value is (216,170,184). Sum of RGB (Red+Green+Blue) = 216+170+184=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AAB8 is #275547. Grayscale: #B9B9B9. Windows color (decimal): -2577736 or 12102360. OLE color: 12102360.
HSL color Cylindrical-coordinate representation of color #D8AAB8: hue angle of 341.74º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8AAB8 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 184 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.15 |
| HSL | 341.74º | 0.37% | 0.76% | - |
| HSV(B) | 341.74º | 0.21% | 0.85% | - |
| XYZ | 51.35 | 46.81 | 51.68 | - |
| YUV | 185.35 | 127.24 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 184 | 0 | 0.21 | 0.15 | 0.15 | 341.74 | 0.37 | 0.76 |
| Hex | D8 | AA | B8 | 0 | 15 | F | F | 156 | 25 | 4C |
| Octal | 330 | 252 | 270 | 0 | 25 | 17 | 17 | 526 | 45 | 114 |
| Binary | 11011000 | 10101010 | 10111000 | 0 | 10101 | 1111 | 1111 | 101010110 | 100101 | 1001100 |
Color Harmonies of #D8AAB8
Complementary color
Monochromatic Colors of #D8AAB8
Black with #D8AAB8
Text Example
Text Example
White with #D8AAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AAB8; }
p { color: rgb(216,170,184); }
H1.HeaderClassName
{
color: #D8AAB8;
}
.AnyTagClassName
{
color: #D8AAB8;
}
</style>
background-color css
<style>
a { background-color: #D8AAB8; }
a { background-color: rgb(216,170,184); }
div.DivClassName
{
background-color: #D8AAB8;
}
.BgClassName
{
background-color: #D8AAB8;
}
</style>
border-color css
<style>
span { border-color: #D8AAB8; }
span { border-color: rgb(216,170,184); }
td.TdClassName
{
border-color: #D8AAB8;
}
.TagClassName
{
border-color: #D8AAB8;
}
</style>