Shades of Melanie #DBABC2
Tints of Melanie #DBABC2
RGB
CMYK
RGB Variations
Color information
#DBABC2 (or 0xDBABC2) is known color: Melanie. HEX triplet: DB, AB and C2. RGB value is (219,171,194). Sum of RGB (Red+Green+Blue) = 219+171+194=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABC2 is #24543D. Grayscale: #BBBBBB. Windows color (decimal): -2380862 or 12757979. OLE color: 12757979.
HSL color Cylindrical-coordinate representation of color #DBABC2: hue angle of 331.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 #DBABC2 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 171 | 194 | - |
CMYK | 0 | 0.22 | 0.11 | 0.14 |
HSL | 331.25º | 0.4% | 0.76% | - |
HSV(B) | 331.25º | 0.22% | 0.86% | - |
XYZ | 53.51 | 48.08 | 57.5 | - |
YUV | 187.97 | 131.4 | 150.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 171 | 194 | 0 | 0.22 | 0.11 | 0.14 | 331.25 | 0.4 | 0.76 |
Hex | DB | AB | C2 | 0 | 16 | B | E | 14B | 28 | 4C |
Octal | 333 | 253 | 302 | 0 | 26 | 13 | 16 | 513 | 50 | 114 |
Binary | 11011011 | 10101011 | 11000010 | 0 | 10110 | 1011 | 1110 | 101001011 | 101000 | 1001100 |
Color Harmonies of #DBABC2
Complementary color
Monochromatic Colors of #DBABC2
Black with #DBABC2
Text Example
Text Example
White with #DBABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABC2; }
p { color: rgb(219,171,194); }
H1.HeaderClassName
{
color: #DBABC2;
}
.AnyTagClassName
{
color: #DBABC2;
}
</style>
background-color css
<style>
a { background-color: #DBABC2; }
a { background-color: rgb(219,171,194); }
div.DivClassName
{
background-color: #DBABC2;
}
.BgClassName
{
background-color: #DBABC2;
}
</style>
border-color css
<style>
span { border-color: #DBABC2; }
span { border-color: rgb(219,171,194); }
td.TdClassName
{
border-color: #DBABC2;
}
.TagClassName
{
border-color: #DBABC2;
}
</style>