Shades of Melanie #D8ABBD
Tints of Melanie #D8ABBD
RGB
CMYK
RGB Variations
Color information
#D8ABBD (or 0xD8ABBD) is known color: Melanie. HEX triplet: D8, AB and BD. RGB value is (216,171,189). Sum of RGB (Red+Green+Blue) = 216+171+189=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABBD is #275442. Grayscale: #BABABA. Windows color (decimal): -2577475 or 12430296. OLE color: 12430296.
HSL color Cylindrical-coordinate representation of color #D8ABBD: hue angle of 336º 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 #D8ABBD is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 189 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.15 |
| HSL | 336º | 0.37% | 0.76% | - |
| HSV(B) | 336º | 0.21% | 0.85% | - |
| XYZ | 52.07 | 47.4 | 54.55 | - |
| YUV | 186.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 189 | 0 | 0.21 | 0.12 | 0.15 | 336 | 0.37 | 0.76 |
| Hex | D8 | AB | BD | 0 | 15 | C | F | 150 | 25 | 4C |
| Octal | 330 | 253 | 275 | 0 | 25 | 14 | 17 | 520 | 45 | 114 |
| Binary | 11011000 | 10101011 | 10111101 | 0 | 10101 | 1100 | 1111 | 101010000 | 100101 | 1001100 |
Color Harmonies of #D8ABBD
Complementary color
Monochromatic Colors of #D8ABBD
Black with #D8ABBD
Text Example
Text Example
White with #D8ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ABBD; }
p { color: rgb(216,171,189); }
H1.HeaderClassName
{
color: #D8ABBD;
}
.AnyTagClassName
{
color: #D8ABBD;
}
</style>
background-color css
<style>
a { background-color: #D8ABBD; }
a { background-color: rgb(216,171,189); }
div.DivClassName
{
background-color: #D8ABBD;
}
.BgClassName
{
background-color: #D8ABBD;
}
</style>
border-color css
<style>
span { border-color: #D8ABBD; }
span { border-color: rgb(216,171,189); }
td.TdClassName
{
border-color: #D8ABBD;
}
.TagClassName
{
border-color: #D8ABBD;
}
</style>