Shades of Melanie #D9ABC0
Tints of Melanie #D9ABC0
RGB
CMYK
RGB Variations
Color information
#D9ABC0 (or 0xD9ABC0) is known color: Melanie. HEX triplet: D9, AB and C0. RGB value is (217,171,192). Sum of RGB (Red+Green+Blue) = 217+171+192=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABC0 is #26543F. Grayscale: #BBBBBB. Windows color (decimal): -2511936 or 12626905. OLE color: 12626905.
HSL color Cylindrical-coordinate representation of color #D9ABC0: hue angle of 332.61º degrees, saturation: 0.38, 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 #D9ABC0 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 192 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.15 |
| HSL | 332.61º | 0.38% | 0.76% | - |
| HSV(B) | 332.61º | 0.21% | 0.85% | - |
| XYZ | 52.69 | 47.68 | 56.3 | - |
| YUV | 187.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 192 | 0 | 0.21 | 0.12 | 0.15 | 332.61 | 0.38 | 0.76 |
| Hex | D9 | AB | C0 | 0 | 15 | C | F | 14D | 26 | 4C |
| Octal | 331 | 253 | 300 | 0 | 25 | 14 | 17 | 515 | 46 | 114 |
| Binary | 11011001 | 10101011 | 11000000 | 0 | 10101 | 1100 | 1111 | 101001101 | 100110 | 1001100 |
Color Harmonies of #D9ABC0
Complementary color
Monochromatic Colors of #D9ABC0
Black with #D9ABC0
Text Example
Text Example
White with #D9ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ABC0; }
p { color: rgb(217,171,192); }
H1.HeaderClassName
{
color: #D9ABC0;
}
.AnyTagClassName
{
color: #D9ABC0;
}
</style>
background-color css
<style>
a { background-color: #D9ABC0; }
a { background-color: rgb(217,171,192); }
div.DivClassName
{
background-color: #D9ABC0;
}
.BgClassName
{
background-color: #D9ABC0;
}
</style>
border-color css
<style>
span { border-color: #D9ABC0; }
span { border-color: rgb(217,171,192); }
td.TdClassName
{
border-color: #D9ABC0;
}
.TagClassName
{
border-color: #D9ABC0;
}
</style>