Shades of Melanie #D5A8B8
Tints of Melanie #D5A8B8
RGB
CMYK
RGB Variations
Color information
#D5A8B8 (or 0xD5A8B8) is known color: Melanie. HEX triplet: D5, A8 and B8. RGB value is (213,168,184). Sum of RGB (Red+Green+Blue) = 213+168+184=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A8B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A8B8 is #2A5747. Grayscale: #B7B7B7. Windows color (decimal): -2774856 or 12101845. OLE color: 12101845.
HSL color Cylindrical-coordinate representation of color #D5A8B8: hue angle of 338.67º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5A8B8 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 184 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.16 |
| HSL | 338.67º | 0.35% | 0.75% | - |
| HSV(B) | 338.67º | 0.21% | 0.84% | - |
| XYZ | 50.09 | 45.61 | 51.51 | - |
| YUV | 183.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 184 | 0 | 0.21 | 0.14 | 0.16 | 338.67 | 0.35 | 0.75 |
| Hex | D5 | A8 | B8 | 0 | 15 | E | 10 | 153 | 23 | 4B |
| Octal | 325 | 250 | 270 | 0 | 25 | 16 | 20 | 523 | 43 | 113 |
| Binary | 11010101 | 10101000 | 10111000 | 0 | 10101 | 1110 | 10000 | 101010011 | 100011 | 1001011 |
Color Harmonies of #D5A8B8
Complementary color
Monochromatic Colors of #D5A8B8
Black with #D5A8B8
Text Example
Text Example
White with #D5A8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A8B8; }
p { color: rgb(213,168,184); }
H1.HeaderClassName
{
color: #D5A8B8;
}
.AnyTagClassName
{
color: #D5A8B8;
}
</style>
background-color css
<style>
a { background-color: #D5A8B8; }
a { background-color: rgb(213,168,184); }
div.DivClassName
{
background-color: #D5A8B8;
}
.BgClassName
{
background-color: #D5A8B8;
}
</style>
border-color css
<style>
span { border-color: #D5A8B8; }
span { border-color: rgb(213,168,184); }
td.TdClassName
{
border-color: #D5A8B8;
}
.TagClassName
{
border-color: #D5A8B8;
}
</style>