Shades of Melanie #DBACC3
Tints of Melanie #DBACC3
RGB
CMYK
RGB Variations
Color information
#DBACC3 (or 0xDBACC3) is known color: Melanie. HEX triplet: DB, AC and C3. RGB value is (219,172,195). Sum of RGB (Red+Green+Blue) = 219+172+195=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACC3 is #24533C. Grayscale: #BCBCBC. Windows color (decimal): -2380605 or 12823771. OLE color: 12823771.
HSL color Cylindrical-coordinate representation of color #DBACC3: hue angle of 330.64º 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 #DBACC3 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 172 | 195 | - |
CMYK | 0 | 0.21 | 0.11 | 0.14 |
HSL | 330.64º | 0.39% | 0.77% | - |
HSV(B) | 330.64º | 0.21% | 0.86% | - |
XYZ | 53.82 | 48.51 | 58.16 | - |
YUV | 188.68 | 131.57 | 149.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 172 | 195 | 0 | 0.21 | 0.11 | 0.14 | 330.64 | 0.39 | 0.77 |
Hex | DB | AC | C3 | 0 | 15 | B | E | 14B | 27 | 4D |
Octal | 333 | 254 | 303 | 0 | 25 | 13 | 16 | 513 | 47 | 115 |
Binary | 11011011 | 10101100 | 11000011 | 0 | 10101 | 1011 | 1110 | 101001011 | 100111 | 1001101 |
Color Harmonies of #DBACC3
Complementary color
Monochromatic Colors of #DBACC3
Black with #DBACC3
Text Example
Text Example
White with #DBACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACC3; }
p { color: rgb(219,172,195); }
H1.HeaderClassName
{
color: #DBACC3;
}
.AnyTagClassName
{
color: #DBACC3;
}
</style>
background-color css
<style>
a { background-color: #DBACC3; }
a { background-color: rgb(219,172,195); }
div.DivClassName
{
background-color: #DBACC3;
}
.BgClassName
{
background-color: #DBACC3;
}
</style>
border-color css
<style>
span { border-color: #DBACC3; }
span { border-color: rgb(219,172,195); }
td.TdClassName
{
border-color: #DBACC3;
}
.TagClassName
{
border-color: #DBACC3;
}
</style>