Shades of Melanie #D5A9BB
Tints of Melanie #D5A9BB
RGB
CMYK
RGB Variations
Color information
#D5A9BB (or 0xD5A9BB) is known color: Melanie. HEX triplet: D5, A9 and BB. RGB value is (213,169,187). Sum of RGB (Red+Green+Blue) = 213+169+187=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A9BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A9BB is #2A5644. Grayscale: #B8B8B8. Windows color (decimal): -2774597 or 12298709. OLE color: 12298709.
HSL color Cylindrical-coordinate representation of color #D5A9BB: hue angle of 335.45º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5A9BB is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 169 | 187 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.16 |
| HSL | 335.45º | 0.34% | 0.75% | - |
| HSV(B) | 335.45º | 0.21% | 0.84% | - |
| XYZ | 50.6 | 46.11 | 53.25 | - |
| YUV | 184.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 187 | 0 | 0.21 | 0.12 | 0.16 | 335.45 | 0.34 | 0.75 |
| Hex | D5 | A9 | BB | 0 | 15 | C | 10 | 14F | 22 | 4B |
| Octal | 325 | 251 | 273 | 0 | 25 | 14 | 20 | 517 | 42 | 113 |
| Binary | 11010101 | 10101001 | 10111011 | 0 | 10101 | 1100 | 10000 | 101001111 | 100010 | 1001011 |
Color Harmonies of #D5A9BB
Complementary color
Monochromatic Colors of #D5A9BB
Black with #D5A9BB
Text Example
Text Example
White with #D5A9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A9BB; }
p { color: rgb(213,169,187); }
H1.HeaderClassName
{
color: #D5A9BB;
}
.AnyTagClassName
{
color: #D5A9BB;
}
</style>
background-color css
<style>
a { background-color: #D5A9BB; }
a { background-color: rgb(213,169,187); }
div.DivClassName
{
background-color: #D5A9BB;
}
.BgClassName
{
background-color: #D5A9BB;
}
</style>
border-color css
<style>
span { border-color: #D5A9BB; }
span { border-color: rgb(213,169,187); }
td.TdClassName
{
border-color: #D5A9BB;
}
.TagClassName
{
border-color: #D5A9BB;
}
</style>