Shades of Melanie #D1ABBA
Tints of Melanie #D1ABBA
RGB
CMYK
RGB Variations
Color information
#D1ABBA (or 0xD1ABBA) is known color: Melanie. HEX triplet: D1, AB and BA. RGB value is (209,171,186). Sum of RGB (Red+Green+Blue) = 209+171+186=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABBA is #2E5445. Grayscale: #B8B8B8. Windows color (decimal): -3036230 or 12233681. OLE color: 12233681.
HSL color Cylindrical-coordinate representation of color #D1ABBA: hue angle of 336.32º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1ABBA is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 186 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.18 |
| HSL | 336.32º | 0.29% | 0.75% | - |
| HSV(B) | 336.32º | 0.18% | 0.82% | - |
| XYZ | 49.72 | 46.23 | 52.76 | - |
| YUV | 184.07 | 129.09 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 186 | 0 | 0.18 | 0.11 | 0.18 | 336.32 | 0.29 | 0.75 |
| Hex | D1 | AB | BA | 0 | 12 | B | 12 | 150 | 1D | 4B |
| Octal | 321 | 253 | 272 | 0 | 22 | 13 | 22 | 520 | 35 | 113 |
| Binary | 11010001 | 10101011 | 10111010 | 0 | 10010 | 1011 | 10010 | 101010000 | 11101 | 1001011 |
Color Harmonies of #D1ABBA
Complementary color
Monochromatic Colors of #D1ABBA
Black with #D1ABBA
Text Example
Text Example
White with #D1ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ABBA; }
p { color: rgb(209,171,186); }
H1.HeaderClassName
{
color: #D1ABBA;
}
.AnyTagClassName
{
color: #D1ABBA;
}
</style>
background-color css
<style>
a { background-color: #D1ABBA; }
a { background-color: rgb(209,171,186); }
div.DivClassName
{
background-color: #D1ABBA;
}
.BgClassName
{
background-color: #D1ABBA;
}
</style>
border-color css
<style>
span { border-color: #D1ABBA; }
span { border-color: rgb(209,171,186); }
td.TdClassName
{
border-color: #D1ABBA;
}
.TagClassName
{
border-color: #D1ABBA;
}
</style>