Shades of Melanie #D6AABA
Tints of Melanie #D6AABA
RGB
CMYK
RGB Variations
Color information
#D6AABA (or 0xD6AABA) is known color: Melanie. HEX triplet: D6, AA and BA. RGB value is (214,170,186). Sum of RGB (Red+Green+Blue) = 214+170+186=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AABA is #295545. Grayscale: #B8B8B8. Windows color (decimal): -2708806 or 12233430. OLE color: 12233430.
HSL color Cylindrical-coordinate representation of color #D6AABA: hue angle of 338.18º 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 #D6AABA is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 186 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.16 |
| HSL | 338.18º | 0.35% | 0.75% | - |
| HSV(B) | 338.18º | 0.21% | 0.84% | - |
| XYZ | 50.97 | 46.59 | 52.76 | - |
| YUV | 184.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 186 | 0 | 0.21 | 0.13 | 0.16 | 338.18 | 0.35 | 0.75 |
| Hex | D6 | AA | BA | 0 | 15 | D | 10 | 152 | 23 | 4B |
| Octal | 326 | 252 | 272 | 0 | 25 | 15 | 20 | 522 | 43 | 113 |
| Binary | 11010110 | 10101010 | 10111010 | 0 | 10101 | 1101 | 10000 | 101010010 | 100011 | 1001011 |
Color Harmonies of #D6AABA
Complementary color
Monochromatic Colors of #D6AABA
Black with #D6AABA
Text Example
Text Example
White with #D6AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AABA; }
p { color: rgb(214,170,186); }
H1.HeaderClassName
{
color: #D6AABA;
}
.AnyTagClassName
{
color: #D6AABA;
}
</style>
background-color css
<style>
a { background-color: #D6AABA; }
a { background-color: rgb(214,170,186); }
div.DivClassName
{
background-color: #D6AABA;
}
.BgClassName
{
background-color: #D6AABA;
}
</style>
border-color css
<style>
span { border-color: #D6AABA; }
span { border-color: rgb(214,170,186); }
td.TdClassName
{
border-color: #D6AABA;
}
.TagClassName
{
border-color: #D6AABA;
}
</style>