Shades of Melanie #D1ACB7
Tints of Melanie #D1ACB7
RGB
CMYK
RGB Variations
Color information
#D1ACB7 (or 0xD1ACB7) is known color: Melanie. HEX triplet: D1, AC and B7. RGB value is (209,172,183). Sum of RGB (Red+Green+Blue) = 209+172+183=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 183 (71.88% from 255 or 32.45% from 564); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ACB7 is #2E5348. Grayscale: #B8B8B8. Windows color (decimal): -3035977 or 12037329. OLE color: 12037329.
HSL color Cylindrical-coordinate representation of color #D1ACB7: hue angle of 342.16º 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 #D1ACB7 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 183 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.18 |
| HSL | 342.16º | 0.29% | 0.75% | - |
| HSV(B) | 342.16º | 0.18% | 0.82% | - |
| XYZ | 49.59 | 46.48 | 51.16 | - |
| YUV | 184.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 183 | 0 | 0.18 | 0.12 | 0.18 | 342.16 | 0.29 | 0.75 |
| Hex | D1 | AC | B7 | 0 | 12 | C | 12 | 156 | 1D | 4B |
| Octal | 321 | 254 | 267 | 0 | 22 | 14 | 22 | 526 | 35 | 113 |
| Binary | 11010001 | 10101100 | 10110111 | 0 | 10010 | 1100 | 10010 | 101010110 | 11101 | 1001011 |
Color Harmonies of #D1ACB7
Complementary color
Monochromatic Colors of #D1ACB7
Black with #D1ACB7
Text Example
Text Example
White with #D1ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ACB7; }
p { color: rgb(209,172,183); }
H1.HeaderClassName
{
color: #D1ACB7;
}
.AnyTagClassName
{
color: #D1ACB7;
}
</style>
background-color css
<style>
a { background-color: #D1ACB7; }
a { background-color: rgb(209,172,183); }
div.DivClassName
{
background-color: #D1ACB7;
}
.BgClassName
{
background-color: #D1ACB7;
}
</style>
border-color css
<style>
span { border-color: #D1ACB7; }
span { border-color: rgb(209,172,183); }
td.TdClassName
{
border-color: #D1ACB7;
}
.TagClassName
{
border-color: #D1ACB7;
}
</style>