Shades of Melanie #DBABC1
Tints of Melanie #DBABC1
RGB
CMYK
RGB Variations
Color information
#DBABC1 (or 0xDBABC1) is known color: Melanie. HEX triplet: DB, AB and C1. RGB value is (219,171,193). Sum of RGB (Red+Green+Blue) = 219+171+193=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABC1 is #24543E. Grayscale: #BBBBBB. Windows color (decimal): -2380863 or 12692443. OLE color: 12692443.
HSL color Cylindrical-coordinate representation of color #DBABC1: hue angle of 332.5º 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 #DBABC1 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 193 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.14 |
| HSL | 332.5º | 0.4% | 0.76% | - |
| HSV(B) | 332.5º | 0.22% | 0.86% | - |
| XYZ | 53.4 | 48.04 | 56.91 | - |
| YUV | 187.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 193 | 0 | 0.22 | 0.12 | 0.14 | 332.5 | 0.4 | 0.76 |
| Hex | DB | AB | C1 | 0 | 16 | C | E | 14C | 28 | 4C |
| Octal | 333 | 253 | 301 | 0 | 26 | 14 | 16 | 514 | 50 | 114 |
| Binary | 11011011 | 10101011 | 11000001 | 0 | 10110 | 1100 | 1110 | 101001100 | 101000 | 1001100 |
Color Harmonies of #DBABC1
Complementary color
Monochromatic Colors of #DBABC1
Black with #DBABC1
Text Example
Text Example
White with #DBABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABC1; }
p { color: rgb(219,171,193); }
H1.HeaderClassName
{
color: #DBABC1;
}
.AnyTagClassName
{
color: #DBABC1;
}
</style>
background-color css
<style>
a { background-color: #DBABC1; }
a { background-color: rgb(219,171,193); }
div.DivClassName
{
background-color: #DBABC1;
}
.BgClassName
{
background-color: #DBABC1;
}
</style>
border-color css
<style>
span { border-color: #DBABC1; }
span { border-color: rgb(219,171,193); }
td.TdClassName
{
border-color: #DBABC1;
}
.TagClassName
{
border-color: #DBABC1;
}
</style>