Shades of Melanie #DBACC2
Tints of Melanie #DBACC2
RGB
CMYK
RGB Variations
Color information
#DBACC2 (or 0xDBACC2) is known color: Melanie. HEX triplet: DB, AC and C2. RGB value is (219,172,194). Sum of RGB (Red+Green+Blue) = 219+172+194=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACC2 is #24533D. Grayscale: #BCBCBC. Windows color (decimal): -2380606 or 12758235. OLE color: 12758235.
HSL color Cylindrical-coordinate representation of color #DBACC2: hue angle of 331.91º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACC2 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 172 | 194 | - |
CMYK | 0 | 0.21 | 0.11 | 0.14 |
HSL | 331.91º | 0.39% | 0.77% | - |
HSV(B) | 331.91º | 0.21% | 0.86% | - |
XYZ | 53.7 | 48.46 | 57.56 | - |
YUV | 188.56 | 131.07 | 149.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 172 | 194 | 0 | 0.21 | 0.11 | 0.14 | 331.91 | 0.39 | 0.77 |
Hex | DB | AC | C2 | 0 | 15 | B | E | 14C | 27 | 4D |
Octal | 333 | 254 | 302 | 0 | 25 | 13 | 16 | 514 | 47 | 115 |
Binary | 11011011 | 10101100 | 11000010 | 0 | 10101 | 1011 | 1110 | 101001100 | 100111 | 1001101 |
Color Harmonies of #DBACC2
Complementary color
Monochromatic Colors of #DBACC2
Black with #DBACC2
Text Example
Text Example
White with #DBACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACC2; }
p { color: rgb(219,172,194); }
H1.HeaderClassName
{
color: #DBACC2;
}
.AnyTagClassName
{
color: #DBACC2;
}
</style>
background-color css
<style>
a { background-color: #DBACC2; }
a { background-color: rgb(219,172,194); }
div.DivClassName
{
background-color: #DBACC2;
}
.BgClassName
{
background-color: #DBACC2;
}
</style>
border-color css
<style>
span { border-color: #DBACC2; }
span { border-color: rgb(219,172,194); }
td.TdClassName
{
border-color: #DBACC2;
}
.TagClassName
{
border-color: #DBACC2;
}
</style>