Shades of Melanie #D8AABD
Tints of Melanie #D8AABD
RGB
CMYK
RGB Variations
Color information
#D8AABD (or 0xD8AABD) is known color: Melanie. HEX triplet: D8, AA and BD. RGB value is (216,170,189). Sum of RGB (Red+Green+Blue) = 216+170+189=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AABD is #275542. Grayscale: #B9B9B9. Windows color (decimal): -2577731 or 12430040. OLE color: 12430040.
HSL color Cylindrical-coordinate representation of color #D8AABD: hue angle of 335.22º 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 #D8AABD is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 189 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.15 |
| HSL | 335.22º | 0.37% | 0.76% | - |
| HSV(B) | 335.22º | 0.21% | 0.85% | - |
| XYZ | 51.88 | 47.02 | 54.49 | - |
| YUV | 185.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 189 | 0 | 0.21 | 0.12 | 0.15 | 335.22 | 0.37 | 0.76 |
| Hex | D8 | AA | BD | 0 | 15 | C | F | 14F | 25 | 4C |
| Octal | 330 | 252 | 275 | 0 | 25 | 14 | 17 | 517 | 45 | 114 |
| Binary | 11011000 | 10101010 | 10111101 | 0 | 10101 | 1100 | 1111 | 101001111 | 100101 | 1001100 |
Color Harmonies of #D8AABD
Complementary color
Monochromatic Colors of #D8AABD
Black with #D8AABD
Text Example
Text Example
White with #D8AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AABD; }
p { color: rgb(216,170,189); }
H1.HeaderClassName
{
color: #D8AABD;
}
.AnyTagClassName
{
color: #D8AABD;
}
</style>
background-color css
<style>
a { background-color: #D8AABD; }
a { background-color: rgb(216,170,189); }
div.DivClassName
{
background-color: #D8AABD;
}
.BgClassName
{
background-color: #D8AABD;
}
</style>
border-color css
<style>
span { border-color: #D8AABD; }
span { border-color: rgb(216,170,189); }
td.TdClassName
{
border-color: #D8AABD;
}
.TagClassName
{
border-color: #D8AABD;
}
</style>