Shades of Melanie #D1ADB9
Tints of Melanie #D1ADB9
RGB
CMYK
RGB Variations
Color information
#D1ADB9 (or 0xD1ADB9) is known color: Melanie. HEX triplet: D1, AD and B9. RGB value is (209,173,185). Sum of RGB (Red+Green+Blue) = 209+173+185=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADB9 is #2E5246. Grayscale: #B9B9B9. Windows color (decimal): -3035719 or 12168657. OLE color: 12168657.
HSL color Cylindrical-coordinate representation of color #D1ADB9: hue angle of 340º 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 #D1ADB9 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 185 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.18 |
| HSL | 340º | 0.28% | 0.75% | - |
| HSV(B) | 340º | 0.17% | 0.82% | - |
| XYZ | 50 | 46.95 | 52.33 | - |
| YUV | 185.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 185 | 0 | 0.17 | 0.11 | 0.18 | 340 | 0.28 | 0.75 |
| Hex | D1 | AD | B9 | 0 | 11 | B | 12 | 154 | 1C | 4B |
| Octal | 321 | 255 | 271 | 0 | 21 | 13 | 22 | 524 | 34 | 113 |
| Binary | 11010001 | 10101101 | 10111001 | 0 | 10001 | 1011 | 10010 | 101010100 | 11100 | 1001011 |
Color Harmonies of #D1ADB9
Complementary color
Monochromatic Colors of #D1ADB9
Black with #D1ADB9
Text Example
Text Example
White with #D1ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ADB9; }
p { color: rgb(209,173,185); }
H1.HeaderClassName
{
color: #D1ADB9;
}
.AnyTagClassName
{
color: #D1ADB9;
}
</style>
background-color css
<style>
a { background-color: #D1ADB9; }
a { background-color: rgb(209,173,185); }
div.DivClassName
{
background-color: #D1ADB9;
}
.BgClassName
{
background-color: #D1ADB9;
}
</style>
border-color css
<style>
span { border-color: #D1ADB9; }
span { border-color: rgb(209,173,185); }
td.TdClassName
{
border-color: #D1ADB9;
}
.TagClassName
{
border-color: #D1ADB9;
}
</style>