Shades of Melanie #DBAABC
Tints of Melanie #DBAABC
RGB
CMYK
RGB Variations
Color information
#DBAABC (or 0xDBAABC) is known color: Melanie. HEX triplet: DB, AA and BC. RGB value is (219,170,188). Sum of RGB (Red+Green+Blue) = 219+170+188=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAABC is #245543. Grayscale: #BABABA. Windows color (decimal): -2381124 or 12364507. OLE color: 12364507.
HSL color Cylindrical-coordinate representation of color #DBAABC: hue angle of 337.96º 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 #DBAABC is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 188 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.14 |
| HSL | 337.96º | 0.4% | 0.76% | - |
| HSV(B) | 337.96º | 0.22% | 0.86% | - |
| XYZ | 52.67 | 47.44 | 53.96 | - |
| YUV | 186.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 188 | 0 | 0.22 | 0.14 | 0.14 | 337.96 | 0.4 | 0.76 |
| Hex | DB | AA | BC | 0 | 16 | E | E | 152 | 28 | 4C |
| Octal | 333 | 252 | 274 | 0 | 26 | 16 | 16 | 522 | 50 | 114 |
| Binary | 11011011 | 10101010 | 10111100 | 0 | 10110 | 1110 | 1110 | 101010010 | 101000 | 1001100 |
Color Harmonies of #DBAABC
Complementary color
Monochromatic Colors of #DBAABC
Black with #DBAABC
Text Example
Text Example
White with #DBAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAABC; }
p { color: rgb(219,170,188); }
H1.HeaderClassName
{
color: #DBAABC;
}
.AnyTagClassName
{
color: #DBAABC;
}
</style>
background-color css
<style>
a { background-color: #DBAABC; }
a { background-color: rgb(219,170,188); }
div.DivClassName
{
background-color: #DBAABC;
}
.BgClassName
{
background-color: #DBAABC;
}
</style>
border-color css
<style>
span { border-color: #DBAABC; }
span { border-color: rgb(219,170,188); }
td.TdClassName
{
border-color: #DBAABC;
}
.TagClassName
{
border-color: #DBAABC;
}
</style>