Shades of Melanie #DBA7BA
Tints of Melanie #DBA7BA
RGB
CMYK
RGB Variations
Color information
#DBA7BA (or 0xDBA7BA) is known color: Melanie. HEX triplet: DB, A7 and BA. RGB value is (219,167,186). Sum of RGB (Red+Green+Blue) = 219+167+186=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7BA is #245845. Grayscale: #B8B8B8. Windows color (decimal): -2381894 or 12232667. OLE color: 12232667.
HSL color Cylindrical-coordinate representation of color #DBA7BA: hue angle of 338.08º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA7BA is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 186 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.14 |
| HSL | 338.08º | 0.42% | 0.76% | - |
| HSV(B) | 338.08º | 0.24% | 0.86% | - |
| XYZ | 51.9 | 46.24 | 52.64 | - |
| YUV | 184.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 186 | 0 | 0.24 | 0.15 | 0.14 | 338.08 | 0.42 | 0.76 |
| Hex | DB | A7 | BA | 0 | 18 | F | E | 152 | 2A | 4C |
| Octal | 333 | 247 | 272 | 0 | 30 | 17 | 16 | 522 | 52 | 114 |
| Binary | 11011011 | 10100111 | 10111010 | 0 | 11000 | 1111 | 1110 | 101010010 | 101010 | 1001100 |
Color Harmonies of #DBA7BA
Complementary color
Monochromatic Colors of #DBA7BA
Black with #DBA7BA
Text Example
Text Example
White with #DBA7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7BA; }
p { color: rgb(219,167,186); }
H1.HeaderClassName
{
color: #DBA7BA;
}
.AnyTagClassName
{
color: #DBA7BA;
}
</style>
background-color css
<style>
a { background-color: #DBA7BA; }
a { background-color: rgb(219,167,186); }
div.DivClassName
{
background-color: #DBA7BA;
}
.BgClassName
{
background-color: #DBA7BA;
}
</style>
border-color css
<style>
span { border-color: #DBA7BA; }
span { border-color: rgb(219,167,186); }
td.TdClassName
{
border-color: #DBA7BA;
}
.TagClassName
{
border-color: #DBA7BA;
}
</style>