Shades of Melanie #D5A6B7
Tints of Melanie #D5A6B7
RGB
CMYK
RGB Variations
Color information
#D5A6B7 (or 0xD5A6B7) is known color: Melanie. HEX triplet: D5, A6 and B7. RGB value is (213,166,183). Sum of RGB (Red+Green+Blue) = 213+166+183=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A6B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A6B7 is #2A5948. Grayscale: #B5B5B5. Windows color (decimal): -2775369 or 12035797. OLE color: 12035797.
HSL color Cylindrical-coordinate representation of color #D5A6B7: hue angle of 338.3º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5A6B7 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 183 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.16 |
| HSL | 338.3º | 0.36% | 0.74% | - |
| HSV(B) | 338.3º | 0.22% | 0.84% | - |
| XYZ | 49.62 | 44.84 | 50.84 | - |
| YUV | 181.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 183 | 0 | 0.22 | 0.14 | 0.16 | 338.3 | 0.36 | 0.74 |
| Hex | D5 | A6 | B7 | 0 | 16 | E | 10 | 152 | 24 | 4A |
| Octal | 325 | 246 | 267 | 0 | 26 | 16 | 20 | 522 | 44 | 112 |
| Binary | 11010101 | 10100110 | 10110111 | 0 | 10110 | 1110 | 10000 | 101010010 | 100100 | 1001010 |
Color Harmonies of #D5A6B7
Complementary color
Monochromatic Colors of #D5A6B7
Black with #D5A6B7
Text Example
Text Example
White with #D5A6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A6B7; }
p { color: rgb(213,166,183); }
H1.HeaderClassName
{
color: #D5A6B7;
}
.AnyTagClassName
{
color: #D5A6B7;
}
</style>
background-color css
<style>
a { background-color: #D5A6B7; }
a { background-color: rgb(213,166,183); }
div.DivClassName
{
background-color: #D5A6B7;
}
.BgClassName
{
background-color: #D5A6B7;
}
</style>
border-color css
<style>
span { border-color: #D5A6B7; }
span { border-color: rgb(213,166,183); }
td.TdClassName
{
border-color: #D5A6B7;
}
.TagClassName
{
border-color: #D5A6B7;
}
</style>