Shades of Melanie #D1ABB8
Tints of Melanie #D1ABB8
RGB
CMYK
RGB Variations
Color information
#D1ABB8 (or 0xD1ABB8) is known color: Melanie. HEX triplet: D1, AB and B8. RGB value is (209,171,184). Sum of RGB (Red+Green+Blue) = 209+171+184=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABB8 is #2E5447. Grayscale: #B7B7B7. Windows color (decimal): -3036232 or 12102609. OLE color: 12102609.
HSL color Cylindrical-coordinate representation of color #D1ABB8: hue angle of 339.47º 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 #D1ABB8 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 184 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.18 |
| HSL | 339.47º | 0.29% | 0.75% | - |
| HSV(B) | 339.47º | 0.18% | 0.82% | - |
| XYZ | 49.51 | 46.14 | 51.64 | - |
| YUV | 183.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 184 | 0 | 0.18 | 0.12 | 0.18 | 339.47 | 0.29 | 0.75 |
| Hex | D1 | AB | B8 | 0 | 12 | C | 12 | 153 | 1D | 4B |
| Octal | 321 | 253 | 270 | 0 | 22 | 14 | 22 | 523 | 35 | 113 |
| Binary | 11010001 | 10101011 | 10111000 | 0 | 10010 | 1100 | 10010 | 101010011 | 11101 | 1001011 |
Color Harmonies of #D1ABB8
Complementary color
Monochromatic Colors of #D1ABB8
Black with #D1ABB8
Text Example
Text Example
White with #D1ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ABB8; }
p { color: rgb(209,171,184); }
H1.HeaderClassName
{
color: #D1ABB8;
}
.AnyTagClassName
{
color: #D1ABB8;
}
</style>
background-color css
<style>
a { background-color: #D1ABB8; }
a { background-color: rgb(209,171,184); }
div.DivClassName
{
background-color: #D1ABB8;
}
.BgClassName
{
background-color: #D1ABB8;
}
</style>
border-color css
<style>
span { border-color: #D1ABB8; }
span { border-color: rgb(209,171,184); }
td.TdClassName
{
border-color: #D1ABB8;
}
.TagClassName
{
border-color: #D1ABB8;
}
</style>