Shades of Melanie #D8ABBE
Tints of Melanie #D8ABBE
RGB
CMYK
RGB Variations
Color information
#D8ABBE (or 0xD8ABBE) is known color: Melanie. HEX triplet: D8, AB and BE. RGB value is (216,171,190). Sum of RGB (Red+Green+Blue) = 216+171+190=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABBE is #275441. Grayscale: #BABABA. Windows color (decimal): -2577474 or 12495832. OLE color: 12495832.
HSL color Cylindrical-coordinate representation of color #D8ABBE: hue angle of 334.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 #D8ABBE is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 190 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.15 |
| HSL | 334.67º | 0.37% | 0.76% | - |
| HSV(B) | 334.67º | 0.21% | 0.85% | - |
| XYZ | 52.18 | 47.44 | 55.12 | - |
| YUV | 186.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 190 | 0 | 0.21 | 0.12 | 0.15 | 334.67 | 0.37 | 0.76 |
| Hex | D8 | AB | BE | 0 | 15 | C | F | 14F | 25 | 4C |
| Octal | 330 | 253 | 276 | 0 | 25 | 14 | 17 | 517 | 45 | 114 |
| Binary | 11011000 | 10101011 | 10111110 | 0 | 10101 | 1100 | 1111 | 101001111 | 100101 | 1001100 |
Color Harmonies of #D8ABBE
Complementary color
Monochromatic Colors of #D8ABBE
Black with #D8ABBE
Text Example
Text Example
White with #D8ABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ABBE; }
p { color: rgb(216,171,190); }
H1.HeaderClassName
{
color: #D8ABBE;
}
.AnyTagClassName
{
color: #D8ABBE;
}
</style>
background-color css
<style>
a { background-color: #D8ABBE; }
a { background-color: rgb(216,171,190); }
div.DivClassName
{
background-color: #D8ABBE;
}
.BgClassName
{
background-color: #D8ABBE;
}
</style>
border-color css
<style>
span { border-color: #D8ABBE; }
span { border-color: rgb(216,171,190); }
td.TdClassName
{
border-color: #D8ABBE;
}
.TagClassName
{
border-color: #D8ABBE;
}
</style>