Shades of Melanie #D6A9B7
Tints of Melanie #D6A9B7
RGB
CMYK
RGB Variations
Color information
#D6A9B7 (or 0xD6A9B7) is known color: Melanie. HEX triplet: D6, A9 and B7. RGB value is (214,169,183). Sum of RGB (Red+Green+Blue) = 214+169+183=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A9B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A9B7 is #295648. Grayscale: #B8B8B8. Windows color (decimal): -2709065 or 12036566. OLE color: 12036566.
HSL color Cylindrical-coordinate representation of color #D6A9B7: hue angle of 341.33º degrees, saturation: 0.35, 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 #D6A9B7 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 169 | 183 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.16 |
| HSL | 341.33º | 0.35% | 0.75% | - |
| HSV(B) | 341.33º | 0.21% | 0.84% | - |
| XYZ | 50.47 | 46.09 | 51.04 | - |
| YUV | 184.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 169 | 183 | 0 | 0.21 | 0.14 | 0.16 | 341.33 | 0.35 | 0.75 |
| Hex | D6 | A9 | B7 | 0 | 15 | E | 10 | 155 | 23 | 4B |
| Octal | 326 | 251 | 267 | 0 | 25 | 16 | 20 | 525 | 43 | 113 |
| Binary | 11010110 | 10101001 | 10110111 | 0 | 10101 | 1110 | 10000 | 101010101 | 100011 | 1001011 |
Color Harmonies of #D6A9B7
Complementary color
Monochromatic Colors of #D6A9B7
Black with #D6A9B7
Text Example
Text Example
White with #D6A9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A9B7; }
p { color: rgb(214,169,183); }
H1.HeaderClassName
{
color: #D6A9B7;
}
.AnyTagClassName
{
color: #D6A9B7;
}
</style>
background-color css
<style>
a { background-color: #D6A9B7; }
a { background-color: rgb(214,169,183); }
div.DivClassName
{
background-color: #D6A9B7;
}
.BgClassName
{
background-color: #D6A9B7;
}
</style>
border-color css
<style>
span { border-color: #D6A9B7; }
span { border-color: rgb(214,169,183); }
td.TdClassName
{
border-color: #D6A9B7;
}
.TagClassName
{
border-color: #D6A9B7;
}
</style>