Shades of Melanie #D9A9BA
Tints of Melanie #D9A9BA
RGB
CMYK
RGB Variations
Color information
#D9A9BA (or 0xD9A9BA) is known color: Melanie. HEX triplet: D9, A9 and BA. RGB value is (217,169,186). Sum of RGB (Red+Green+Blue) = 217+169+186=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A9BA is #265645. Grayscale: #B9B9B9. Windows color (decimal): -2512454 or 12233177. OLE color: 12233177.
HSL color Cylindrical-coordinate representation of color #D9A9BA: hue angle of 338.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9A9BA is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 169 | 186 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.15 |
| HSL | 338.75º | 0.39% | 0.76% | - |
| HSV(B) | 338.75º | 0.22% | 0.85% | - |
| XYZ | 51.67 | 46.67 | 52.74 | - |
| YUV | 185.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 169 | 186 | 0 | 0.22 | 0.14 | 0.15 | 338.75 | 0.39 | 0.76 |
| Hex | D9 | A9 | BA | 0 | 16 | E | F | 153 | 27 | 4C |
| Octal | 331 | 251 | 272 | 0 | 26 | 16 | 17 | 523 | 47 | 114 |
| Binary | 11011001 | 10101001 | 10111010 | 0 | 10110 | 1110 | 1111 | 101010011 | 100111 | 1001100 |
Color Harmonies of #D9A9BA
Complementary color
Monochromatic Colors of #D9A9BA
Black with #D9A9BA
Text Example
Text Example
White with #D9A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A9BA; }
p { color: rgb(217,169,186); }
H1.HeaderClassName
{
color: #D9A9BA;
}
.AnyTagClassName
{
color: #D9A9BA;
}
</style>
background-color css
<style>
a { background-color: #D9A9BA; }
a { background-color: rgb(217,169,186); }
div.DivClassName
{
background-color: #D9A9BA;
}
.BgClassName
{
background-color: #D9A9BA;
}
</style>
border-color css
<style>
span { border-color: #D9A9BA; }
span { border-color: rgb(217,169,186); }
td.TdClassName
{
border-color: #D9A9BA;
}
.TagClassName
{
border-color: #D9A9BA;
}
</style>