Shades of Melanie #D9A8B8
Tints of Melanie #D9A8B8
RGB
CMYK
RGB Variations
Color information
#D9A8B8 (or 0xD9A8B8) is known color: Melanie. HEX triplet: D9, A8 and B8. RGB value is (217,168,184). Sum of RGB (Red+Green+Blue) = 217+168+184=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A8B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A8B8 is #265747. Grayscale: #B8B8B8. Windows color (decimal): -2512712 or 12101849. OLE color: 12101849.
HSL color Cylindrical-coordinate representation of color #D9A8B8: hue angle of 340.41º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9A8B8 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 168 | 184 | - |
CMYK | 0 | 0.23 | 0.15 | 0.15 |
HSL | 340.41º | 0.39% | 0.75% | - |
HSV(B) | 340.41º | 0.23% | 0.85% | - |
XYZ | 51.27 | 46.22 | 51.57 | - |
YUV | 184.48 | 127.73 | 151.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 168 | 184 | 0 | 0.23 | 0.15 | 0.15 | 340.41 | 0.39 | 0.75 |
Hex | D9 | A8 | B8 | 0 | 17 | F | F | 154 | 27 | 4B |
Octal | 331 | 250 | 270 | 0 | 27 | 17 | 17 | 524 | 47 | 113 |
Binary | 11011001 | 10101000 | 10111000 | 0 | 10111 | 1111 | 1111 | 101010100 | 100111 | 1001011 |
Color Harmonies of #D9A8B8
Complementary color
Monochromatic Colors of #D9A8B8
Black with #D9A8B8
Text Example
Text Example
White with #D9A8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A8B8; }
p { color: rgb(217,168,184); }
H1.HeaderClassName
{
color: #D9A8B8;
}
.AnyTagClassName
{
color: #D9A8B8;
}
</style>
background-color css
<style>
a { background-color: #D9A8B8; }
a { background-color: rgb(217,168,184); }
div.DivClassName
{
background-color: #D9A8B8;
}
.BgClassName
{
background-color: #D9A8B8;
}
</style>
border-color css
<style>
span { border-color: #D9A8B8; }
span { border-color: rgb(217,168,184); }
td.TdClassName
{
border-color: #D9A8B8;
}
.TagClassName
{
border-color: #D9A8B8;
}
</style>