Shades of Melanie #DBACBC
Tints of Melanie #DBACBC
RGB
CMYK
RGB Variations
Color information
#DBACBC (or 0xDBACBC) is known color: Melanie. HEX triplet: DB, AC and BC. RGB value is (219,172,188). Sum of RGB (Red+Green+Blue) = 219+172+188=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACBC is #245343. Grayscale: #BBBBBB. Windows color (decimal): -2380612 or 12365019. OLE color: 12365019.
HSL color Cylindrical-coordinate representation of color #DBACBC: hue angle of 339.57º 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 #DBACBC is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 188 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.14 |
| HSL | 339.57º | 0.39% | 0.77% | - |
| HSV(B) | 339.57º | 0.21% | 0.86% | - |
| XYZ | 53.04 | 48.2 | 54.08 | - |
| YUV | 187.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 188 | 0 | 0.21 | 0.14 | 0.14 | 339.57 | 0.39 | 0.77 |
| Hex | DB | AC | BC | 0 | 15 | E | E | 154 | 27 | 4D |
| Octal | 333 | 254 | 274 | 0 | 25 | 16 | 16 | 524 | 47 | 115 |
| Binary | 11011011 | 10101100 | 10111100 | 0 | 10101 | 1110 | 1110 | 101010100 | 100111 | 1001101 |
Color Harmonies of #DBACBC
Complementary color
Monochromatic Colors of #DBACBC
Black with #DBACBC
Text Example
Text Example
White with #DBACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACBC; }
p { color: rgb(219,172,188); }
H1.HeaderClassName
{
color: #DBACBC;
}
.AnyTagClassName
{
color: #DBACBC;
}
</style>
background-color css
<style>
a { background-color: #DBACBC; }
a { background-color: rgb(219,172,188); }
div.DivClassName
{
background-color: #DBACBC;
}
.BgClassName
{
background-color: #DBACBC;
}
</style>
border-color css
<style>
span { border-color: #DBACBC; }
span { border-color: rgb(219,172,188); }
td.TdClassName
{
border-color: #DBACBC;
}
.TagClassName
{
border-color: #DBACBC;
}
</style>