Shades of Melanie #D6AABC
Tints of Melanie #D6AABC
RGB
CMYK
RGB Variations
Color information
#D6AABC (or 0xD6AABC) is known color: Melanie. HEX triplet: D6, AA and BC. RGB value is (214,170,188). Sum of RGB (Red+Green+Blue) = 214+170+188=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AABC is #295543. Grayscale: #B9B9B9. Windows color (decimal): -2708804 or 12364502. OLE color: 12364502.
HSL color Cylindrical-coordinate representation of color #D6AABC: hue angle of 335.45º 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 #D6AABC is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 188 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.16 |
| HSL | 335.45º | 0.35% | 0.75% | - |
| HSV(B) | 335.45º | 0.21% | 0.84% | - |
| XYZ | 51.18 | 46.68 | 53.89 | - |
| YUV | 185.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 188 | 0 | 0.21 | 0.12 | 0.16 | 335.45 | 0.35 | 0.75 |
| Hex | D6 | AA | BC | 0 | 15 | C | 10 | 14F | 23 | 4B |
| Octal | 326 | 252 | 274 | 0 | 25 | 14 | 20 | 517 | 43 | 113 |
| Binary | 11010110 | 10101010 | 10111100 | 0 | 10101 | 1100 | 10000 | 101001111 | 100011 | 1001011 |
Color Harmonies of #D6AABC
Complementary color
Monochromatic Colors of #D6AABC
Black with #D6AABC
Text Example
Text Example
White with #D6AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AABC; }
p { color: rgb(214,170,188); }
H1.HeaderClassName
{
color: #D6AABC;
}
.AnyTagClassName
{
color: #D6AABC;
}
</style>
background-color css
<style>
a { background-color: #D6AABC; }
a { background-color: rgb(214,170,188); }
div.DivClassName
{
background-color: #D6AABC;
}
.BgClassName
{
background-color: #D6AABC;
}
</style>
border-color css
<style>
span { border-color: #D6AABC; }
span { border-color: rgb(214,170,188); }
td.TdClassName
{
border-color: #D6AABC;
}
.TagClassName
{
border-color: #D6AABC;
}
</style>