Shades of Melanie #D8ABB8
Tints of Melanie #D8ABB8
RGB
CMYK
RGB Variations
Color information
#D8ABB8 (or 0xD8ABB8) is known color: Melanie. HEX triplet: D8, AB and B8. RGB value is (216,171,184). Sum of RGB (Red+Green+Blue) = 216+171+184=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABB8 is #275447. Grayscale: #B9B9B9. Windows color (decimal): -2577480 or 12102616. OLE color: 12102616.
HSL color Cylindrical-coordinate representation of color #D8ABB8: hue angle of 342.67º 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 #D8ABB8 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 184 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.15 |
| HSL | 342.67º | 0.37% | 0.76% | - |
| HSV(B) | 342.67º | 0.21% | 0.85% | - |
| XYZ | 51.53 | 47.19 | 51.74 | - |
| YUV | 185.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 184 | 0 | 0.21 | 0.15 | 0.15 | 342.67 | 0.37 | 0.76 |
| Hex | D8 | AB | B8 | 0 | 15 | F | F | 157 | 25 | 4C |
| Octal | 330 | 253 | 270 | 0 | 25 | 17 | 17 | 527 | 45 | 114 |
| Binary | 11011000 | 10101011 | 10111000 | 0 | 10101 | 1111 | 1111 | 101010111 | 100101 | 1001100 |
Color Harmonies of #D8ABB8
Complementary color
Monochromatic Colors of #D8ABB8
Black with #D8ABB8
Text Example
Text Example
White with #D8ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ABB8; }
p { color: rgb(216,171,184); }
H1.HeaderClassName
{
color: #D8ABB8;
}
.AnyTagClassName
{
color: #D8ABB8;
}
</style>
background-color css
<style>
a { background-color: #D8ABB8; }
a { background-color: rgb(216,171,184); }
div.DivClassName
{
background-color: #D8ABB8;
}
.BgClassName
{
background-color: #D8ABB8;
}
</style>
border-color css
<style>
span { border-color: #D8ABB8; }
span { border-color: rgb(216,171,184); }
td.TdClassName
{
border-color: #D8ABB8;
}
.TagClassName
{
border-color: #D8ABB8;
}
</style>