Shades of Melanie #DBABBE
Tints of Melanie #DBABBE
RGB
CMYK
RGB Variations
Color information
#DBABBE (or 0xDBABBE) is known color: Melanie. HEX triplet: DB, AB and BE. RGB value is (219,171,190). Sum of RGB (Red+Green+Blue) = 219+171+190=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABBE is #245441. Grayscale: #BBBBBB. Windows color (decimal): -2380866 or 12495835. OLE color: 12495835.
HSL color Cylindrical-coordinate representation of color #DBABBE: hue angle of 336.25º 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 #DBABBE is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 190 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.14 |
| HSL | 336.25º | 0.4% | 0.76% | - |
| HSV(B) | 336.25º | 0.22% | 0.86% | - |
| XYZ | 53.07 | 47.9 | 55.16 | - |
| YUV | 187.52 | 129.4 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 190 | 0 | 0.22 | 0.13 | 0.14 | 336.25 | 0.4 | 0.76 |
| Hex | DB | AB | BE | 0 | 16 | D | E | 150 | 28 | 4C |
| Octal | 333 | 253 | 276 | 0 | 26 | 15 | 16 | 520 | 50 | 114 |
| Binary | 11011011 | 10101011 | 10111110 | 0 | 10110 | 1101 | 1110 | 101010000 | 101000 | 1001100 |
Color Harmonies of #DBABBE
Complementary color
Monochromatic Colors of #DBABBE
Black with #DBABBE
Text Example
Text Example
White with #DBABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABBE; }
p { color: rgb(219,171,190); }
H1.HeaderClassName
{
color: #DBABBE;
}
.AnyTagClassName
{
color: #DBABBE;
}
</style>
background-color css
<style>
a { background-color: #DBABBE; }
a { background-color: rgb(219,171,190); }
div.DivClassName
{
background-color: #DBABBE;
}
.BgClassName
{
background-color: #DBABBE;
}
</style>
border-color css
<style>
span { border-color: #DBABBE; }
span { border-color: rgb(219,171,190); }
td.TdClassName
{
border-color: #DBABBE;
}
.TagClassName
{
border-color: #DBABBE;
}
</style>