Shades of Melanie #DBAABB
Tints of Melanie #DBAABB
RGB
CMYK
RGB Variations
Color information
#DBAABB (or 0xDBAABB) is known color: Melanie. HEX triplet: DB, AA and BB. RGB value is (219,170,187). Sum of RGB (Red+Green+Blue) = 219+170+187=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAABB is #245544. Grayscale: #BABABA. Windows color (decimal): -2381125 or 12298971. OLE color: 12298971.
HSL color Cylindrical-coordinate representation of color #DBAABB: hue angle of 339.18º 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 #DBAABB is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 187 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.14 |
| HSL | 339.18º | 0.4% | 0.76% | - |
| HSV(B) | 339.18º | 0.22% | 0.86% | - |
| XYZ | 52.56 | 47.4 | 53.39 | - |
| YUV | 186.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 187 | 0 | 0.22 | 0.15 | 0.14 | 339.18 | 0.4 | 0.76 |
| Hex | DB | AA | BB | 0 | 16 | F | E | 153 | 28 | 4C |
| Octal | 333 | 252 | 273 | 0 | 26 | 17 | 16 | 523 | 50 | 114 |
| Binary | 11011011 | 10101010 | 10111011 | 0 | 10110 | 1111 | 1110 | 101010011 | 101000 | 1001100 |
Color Harmonies of #DBAABB
Complementary color
Monochromatic Colors of #DBAABB
Black with #DBAABB
Text Example
Text Example
White with #DBAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAABB; }
p { color: rgb(219,170,187); }
H1.HeaderClassName
{
color: #DBAABB;
}
.AnyTagClassName
{
color: #DBAABB;
}
</style>
background-color css
<style>
a { background-color: #DBAABB; }
a { background-color: rgb(219,170,187); }
div.DivClassName
{
background-color: #DBAABB;
}
.BgClassName
{
background-color: #DBAABB;
}
</style>
border-color css
<style>
span { border-color: #DBAABB; }
span { border-color: rgb(219,170,187); }
td.TdClassName
{
border-color: #DBAABB;
}
.TagClassName
{
border-color: #DBAABB;
}
</style>