Shades of Melanie #D1A8B6
Tints of Melanie #D1A8B6
RGB
CMYK
RGB Variations
Color information
#D1A8B6 (or 0xD1A8B6) is known color: Melanie. HEX triplet: D1, A8 and B6. RGB value is (209,168,182). Sum of RGB (Red+Green+Blue) = 209+168+182=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A8B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A8B6 is #2E5749. Grayscale: #B5B5B5. Windows color (decimal): -3037002 or 11970769. OLE color: 11970769.
HSL color Cylindrical-coordinate representation of color #D1A8B6: hue angle of 339.51º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1A8B6 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 182 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.18 |
| HSL | 339.51º | 0.31% | 0.74% | - |
| HSV(B) | 339.51º | 0.2% | 0.82% | - |
| XYZ | 48.74 | 44.94 | 50.36 | - |
| YUV | 181.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 182 | 0 | 0.20 | 0.13 | 0.18 | 339.51 | 0.31 | 0.74 |
| Hex | D1 | A8 | B6 | 0 | 14 | D | 12 | 154 | 1F | 4A |
| Octal | 321 | 250 | 266 | 0 | 24 | 15 | 22 | 524 | 37 | 112 |
| Binary | 11010001 | 10101000 | 10110110 | 0 | 10100 | 1101 | 10010 | 101010100 | 11111 | 1001010 |
Color Harmonies of #D1A8B6
Complementary color
Monochromatic Colors of #D1A8B6
Black with #D1A8B6
Text Example
Text Example
White with #D1A8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A8B6; }
p { color: rgb(209,168,182); }
H1.HeaderClassName
{
color: #D1A8B6;
}
.AnyTagClassName
{
color: #D1A8B6;
}
</style>
background-color css
<style>
a { background-color: #D1A8B6; }
a { background-color: rgb(209,168,182); }
div.DivClassName
{
background-color: #D1A8B6;
}
.BgClassName
{
background-color: #D1A8B6;
}
</style>
border-color css
<style>
span { border-color: #D1A8B6; }
span { border-color: rgb(209,168,182); }
td.TdClassName
{
border-color: #D1A8B6;
}
.TagClassName
{
border-color: #D1A8B6;
}
</style>