Shades of Melanie #D0ACB9
Tints of Melanie #D0ACB9
RGB
CMYK
RGB Variations
Color information
#D0ACB9 (or 0xD0ACB9) is known color: Melanie. HEX triplet: D0, AC and B9. RGB value is (208,172,185). Sum of RGB (Red+Green+Blue) = 208+172+185=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACB9 is #2F5346. Grayscale: #B8B8B8. Windows color (decimal): -3101511 or 12168400. OLE color: 12168400.
HSL color Cylindrical-coordinate representation of color #D0ACB9: hue angle of 338.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0ACB9 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 185 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.18 |
| HSL | 338.33º | 0.28% | 0.75% | - |
| HSV(B) | 338.33º | 0.17% | 0.82% | - |
| XYZ | 49.52 | 46.42 | 52.25 | - |
| YUV | 184.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 185 | 0 | 0.17 | 0.11 | 0.18 | 338.33 | 0.28 | 0.75 |
| Hex | D0 | AC | B9 | 0 | 11 | B | 12 | 152 | 1C | 4B |
| Octal | 320 | 254 | 271 | 0 | 21 | 13 | 22 | 522 | 34 | 113 |
| Binary | 11010000 | 10101100 | 10111001 | 0 | 10001 | 1011 | 10010 | 101010010 | 11100 | 1001011 |
Color Harmonies of #D0ACB9
Complementary color
Monochromatic Colors of #D0ACB9
Black with #D0ACB9
Text Example
Text Example
White with #D0ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ACB9; }
p { color: rgb(208,172,185); }
H1.HeaderClassName
{
color: #D0ACB9;
}
.AnyTagClassName
{
color: #D0ACB9;
}
</style>
background-color css
<style>
a { background-color: #D0ACB9; }
a { background-color: rgb(208,172,185); }
div.DivClassName
{
background-color: #D0ACB9;
}
.BgClassName
{
background-color: #D0ACB9;
}
</style>
border-color css
<style>
span { border-color: #D0ACB9; }
span { border-color: rgb(208,172,185); }
td.TdClassName
{
border-color: #D0ACB9;
}
.TagClassName
{
border-color: #D0ACB9;
}
</style>