Shades of Melanie #D2AAB9
Tints of Melanie #D2AAB9
RGB
CMYK
RGB Variations
Color information
#D2AAB9 (or 0xD2AAB9) is known color: Melanie. HEX triplet: D2, AA and B9. RGB value is (210,170,185). Sum of RGB (Red+Green+Blue) = 210+170+185=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AAB9 is #2D5546. Grayscale: #B7B7B7. Windows color (decimal): -2970951 or 12167890. OLE color: 12167890.
HSL color Cylindrical-coordinate representation of color #D2AAB9: hue angle of 337.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2AAB9 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 185 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.18 |
| HSL | 337.5º | 0.31% | 0.75% | - |
| HSV(B) | 337.5º | 0.19% | 0.82% | - |
| XYZ | 49.71 | 45.95 | 52.15 | - |
| YUV | 183.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 185 | 0 | 0.19 | 0.12 | 0.18 | 337.5 | 0.31 | 0.75 |
| Hex | D2 | AA | B9 | 0 | 13 | C | 12 | 152 | 1F | 4B |
| Octal | 322 | 252 | 271 | 0 | 23 | 14 | 22 | 522 | 37 | 113 |
| Binary | 11010010 | 10101010 | 10111001 | 0 | 10011 | 1100 | 10010 | 101010010 | 11111 | 1001011 |
Color Harmonies of #D2AAB9
Complementary color
Monochromatic Colors of #D2AAB9
Black with #D2AAB9
Text Example
Text Example
White with #D2AAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AAB9; }
p { color: rgb(210,170,185); }
H1.HeaderClassName
{
color: #D2AAB9;
}
.AnyTagClassName
{
color: #D2AAB9;
}
</style>
background-color css
<style>
a { background-color: #D2AAB9; }
a { background-color: rgb(210,170,185); }
div.DivClassName
{
background-color: #D2AAB9;
}
.BgClassName
{
background-color: #D2AAB9;
}
</style>
border-color css
<style>
span { border-color: #D2AAB9; }
span { border-color: rgb(210,170,185); }
td.TdClassName
{
border-color: #D2AAB9;
}
.TagClassName
{
border-color: #D2AAB9;
}
</style>