Shades of Melanie #DBAABF
Tints of Melanie #DBAABF
RGB
CMYK
RGB Variations
Color information
#DBAABF (or 0xDBAABF) is known color: Melanie. HEX triplet: DB, AA and BF. RGB value is (219,170,191). Sum of RGB (Red+Green+Blue) = 219+170+191=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAABF is #245540. Grayscale: #BBBBBB. Windows color (decimal): -2381121 or 12561115. OLE color: 12561115.
HSL color Cylindrical-coordinate representation of color #DBAABF: hue angle of 334.29º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBAABF is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 191 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.14 |
| HSL | 334.29º | 0.4% | 0.76% | - |
| HSV(B) | 334.29º | 0.22% | 0.86% | - |
| XYZ | 52.99 | 47.57 | 55.68 | - |
| YUV | 187.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 191 | 0 | 0.22 | 0.13 | 0.14 | 334.29 | 0.4 | 0.76 |
| Hex | DB | AA | BF | 0 | 16 | D | E | 14E | 28 | 4C |
| Octal | 333 | 252 | 277 | 0 | 26 | 15 | 16 | 516 | 50 | 114 |
| Binary | 11011011 | 10101010 | 10111111 | 0 | 10110 | 1101 | 1110 | 101001110 | 101000 | 1001100 |
Color Harmonies of #DBAABF
Complementary color
Monochromatic Colors of #DBAABF
Black with #DBAABF
Text Example
Text Example
White with #DBAABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAABF; }
p { color: rgb(219,170,191); }
H1.HeaderClassName
{
color: #DBAABF;
}
.AnyTagClassName
{
color: #DBAABF;
}
</style>
background-color css
<style>
a { background-color: #DBAABF; }
a { background-color: rgb(219,170,191); }
div.DivClassName
{
background-color: #DBAABF;
}
.BgClassName
{
background-color: #DBAABF;
}
</style>
border-color css
<style>
span { border-color: #DBAABF; }
span { border-color: rgb(219,170,191); }
td.TdClassName
{
border-color: #DBAABF;
}
.TagClassName
{
border-color: #DBAABF;
}
</style>