Shades of Melanie #D7A7B8
Tints of Melanie #D7A7B8
RGB
CMYK
RGB Variations
Color information
#D7A7B8 (or 0xD7A7B8) is known color: Melanie. HEX triplet: D7, A7 and B8. RGB value is (215,167,184). Sum of RGB (Red+Green+Blue) = 215+167+184=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A7B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A7B8 is #285847. Grayscale: #B7B7B7. Windows color (decimal): -2644040 or 12101591. OLE color: 12101591.
HSL color Cylindrical-coordinate representation of color #D7A7B8: hue angle of 338.75º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7A7B8 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 167 | 184 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.16 |
| HSL | 338.75º | 0.38% | 0.75% | - |
| HSV(B) | 338.75º | 0.22% | 0.84% | - |
| XYZ | 50.49 | 45.55 | 51.48 | - |
| YUV | 183.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 167 | 184 | 0 | 0.22 | 0.14 | 0.16 | 338.75 | 0.38 | 0.75 |
| Hex | D7 | A7 | B8 | 0 | 16 | E | 10 | 153 | 26 | 4B |
| Octal | 327 | 247 | 270 | 0 | 26 | 16 | 20 | 523 | 46 | 113 |
| Binary | 11010111 | 10100111 | 10111000 | 0 | 10110 | 1110 | 10000 | 101010011 | 100110 | 1001011 |
Color Harmonies of #D7A7B8
Complementary color
Monochromatic Colors of #D7A7B8
Black with #D7A7B8
Text Example
Text Example
White with #D7A7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A7B8; }
p { color: rgb(215,167,184); }
H1.HeaderClassName
{
color: #D7A7B8;
}
.AnyTagClassName
{
color: #D7A7B8;
}
</style>
background-color css
<style>
a { background-color: #D7A7B8; }
a { background-color: rgb(215,167,184); }
div.DivClassName
{
background-color: #D7A7B8;
}
.BgClassName
{
background-color: #D7A7B8;
}
</style>
border-color css
<style>
span { border-color: #D7A7B8; }
span { border-color: rgb(215,167,184); }
td.TdClassName
{
border-color: #D7A7B8;
}
.TagClassName
{
border-color: #D7A7B8;
}
</style>