Shades of Melanie #D9B6C1
Tints of Melanie #D9B6C1
RGB
CMYK
RGB Variations
Color information
#D9B6C1 (or 0xD9B6C1) is known color: Melanie. HEX triplet: D9, B6 and C1. RGB value is (217,182,193). Sum of RGB (Red+Green+Blue) = 217+182+193=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B6C1 is #26493E. Grayscale: #C1C1C1. Windows color (decimal): -2509119 or 12695257. OLE color: 12695257.
HSL color Cylindrical-coordinate representation of color #D9B6C1: hue angle of 341.14º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9B6C1 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 182 | 193 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.15 |
| HSL | 341.14º | 0.32% | 0.78% | - |
| HSV(B) | 341.14º | 0.16% | 0.85% | - |
| XYZ | 54.97 | 52.06 | 57.6 | - |
| YUV | 193.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 182 | 193 | 0 | 0.16 | 0.11 | 0.15 | 341.14 | 0.32 | 0.78 |
| Hex | D9 | B6 | C1 | 0 | 10 | B | F | 155 | 20 | 4E |
| Octal | 331 | 266 | 301 | 0 | 20 | 13 | 17 | 525 | 40 | 116 |
| Binary | 11011001 | 10110110 | 11000001 | 0 | 10000 | 1011 | 1111 | 101010101 | 100000 | 1001110 |
Color Harmonies of #D9B6C1
Complementary color
Monochromatic Colors of #D9B6C1
Black with #D9B6C1
Text Example
Text Example
White with #D9B6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B6C1; }
p { color: rgb(217,182,193); }
H1.HeaderClassName
{
color: #D9B6C1;
}
.AnyTagClassName
{
color: #D9B6C1;
}
</style>
background-color css
<style>
a { background-color: #D9B6C1; }
a { background-color: rgb(217,182,193); }
div.DivClassName
{
background-color: #D9B6C1;
}
.BgClassName
{
background-color: #D9B6C1;
}
</style>
border-color css
<style>
span { border-color: #D9B6C1; }
span { border-color: rgb(217,182,193); }
td.TdClassName
{
border-color: #D9B6C1;
}
.TagClassName
{
border-color: #D9B6C1;
}
</style>