Shades of Melanie #DBACBB
Tints of Melanie #DBACBB
RGB
CMYK
RGB Variations
Color information
#DBACBB (or 0xDBACBB) is known color: Melanie. HEX triplet: DB, AC and BB. RGB value is (219,172,187). Sum of RGB (Red+Green+Blue) = 219+172+187=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACBB is #245344. Grayscale: #BBBBBB. Windows color (decimal): -2380613 or 12299483. OLE color: 12299483.
HSL color Cylindrical-coordinate representation of color #DBACBB: hue angle of 340.85º 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 #DBACBB is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 187 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.14 |
| HSL | 340.85º | 0.39% | 0.77% | - |
| HSV(B) | 340.85º | 0.21% | 0.86% | - |
| XYZ | 52.94 | 48.15 | 53.52 | - |
| YUV | 187.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 187 | 0 | 0.21 | 0.15 | 0.14 | 340.85 | 0.39 | 0.77 |
| Hex | DB | AC | BB | 0 | 15 | F | E | 155 | 27 | 4D |
| Octal | 333 | 254 | 273 | 0 | 25 | 17 | 16 | 525 | 47 | 115 |
| Binary | 11011011 | 10101100 | 10111011 | 0 | 10101 | 1111 | 1110 | 101010101 | 100111 | 1001101 |
Color Harmonies of #DBACBB
Complementary color
Monochromatic Colors of #DBACBB
Black with #DBACBB
Text Example
Text Example
White with #DBACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACBB; }
p { color: rgb(219,172,187); }
H1.HeaderClassName
{
color: #DBACBB;
}
.AnyTagClassName
{
color: #DBACBB;
}
</style>
background-color css
<style>
a { background-color: #DBACBB; }
a { background-color: rgb(219,172,187); }
div.DivClassName
{
background-color: #DBACBB;
}
.BgClassName
{
background-color: #DBACBB;
}
</style>
border-color css
<style>
span { border-color: #DBACBB; }
span { border-color: rgb(219,172,187); }
td.TdClassName
{
border-color: #DBACBB;
}
.TagClassName
{
border-color: #DBACBB;
}
</style>