Shades of Melanie #D4AABA
Tints of Melanie #D4AABA
RGB
CMYK
RGB Variations
Color information
#D4AABA (or 0xD4AABA) is known color: Melanie. HEX triplet: D4, AA and BA. RGB value is (212,170,186). Sum of RGB (Red+Green+Blue) = 212+170+186=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AABA is #2B5545. Grayscale: #B8B8B8. Windows color (decimal): -2839878 or 12233428. OLE color: 12233428.
HSL color Cylindrical-coordinate representation of color #D4AABA: hue angle of 337.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AABA is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 186 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.17 |
| HSL | 337.14º | 0.33% | 0.75% | - |
| HSV(B) | 337.14º | 0.2% | 0.83% | - |
| XYZ | 50.39 | 46.29 | 52.73 | - |
| YUV | 184.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 186 | 0 | 0.20 | 0.12 | 0.17 | 337.14 | 0.33 | 0.75 |
| Hex | D4 | AA | BA | 0 | 14 | C | 11 | 151 | 21 | 4B |
| Octal | 324 | 252 | 272 | 0 | 24 | 14 | 21 | 521 | 41 | 113 |
| Binary | 11010100 | 10101010 | 10111010 | 0 | 10100 | 1100 | 10001 | 101010001 | 100001 | 1001011 |
Color Harmonies of #D4AABA
Complementary color
Monochromatic Colors of #D4AABA
Black with #D4AABA
Text Example
Text Example
White with #D4AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AABA; }
p { color: rgb(212,170,186); }
H1.HeaderClassName
{
color: #D4AABA;
}
.AnyTagClassName
{
color: #D4AABA;
}
</style>
background-color css
<style>
a { background-color: #D4AABA; }
a { background-color: rgb(212,170,186); }
div.DivClassName
{
background-color: #D4AABA;
}
.BgClassName
{
background-color: #D4AABA;
}
</style>
border-color css
<style>
span { border-color: #D4AABA; }
span { border-color: rgb(212,170,186); }
td.TdClassName
{
border-color: #D4AABA;
}
.TagClassName
{
border-color: #D4AABA;
}
</style>