Shades of Melanie #DBACB9
Tints of Melanie #DBACB9
RGB
CMYK
RGB Variations
Color information
#DBACB9 (or 0xDBACB9) is known color: Melanie. HEX triplet: DB, AC and B9. RGB value is (219,172,185). Sum of RGB (Red+Green+Blue) = 219+172+185=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACB9 is #245346. Grayscale: #BBBBBB. Windows color (decimal): -2380615 or 12168411. OLE color: 12168411.
HSL color Cylindrical-coordinate representation of color #DBACB9: hue angle of 343.4º 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 #DBACB9 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 185 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.14 |
| HSL | 343.4º | 0.39% | 0.77% | - |
| HSV(B) | 343.4º | 0.21% | 0.86% | - |
| XYZ | 52.72 | 48.07 | 52.4 | - |
| YUV | 187.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 185 | 0 | 0.21 | 0.16 | 0.14 | 343.4 | 0.39 | 0.77 |
| Hex | DB | AC | B9 | 0 | 15 | 10 | E | 157 | 27 | 4D |
| Octal | 333 | 254 | 271 | 0 | 25 | 20 | 16 | 527 | 47 | 115 |
| Binary | 11011011 | 10101100 | 10111001 | 0 | 10101 | 10000 | 1110 | 101010111 | 100111 | 1001101 |
Color Harmonies of #DBACB9
Complementary color
Monochromatic Colors of #DBACB9
Black with #DBACB9
Text Example
Text Example
White with #DBACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACB9; }
p { color: rgb(219,172,185); }
H1.HeaderClassName
{
color: #DBACB9;
}
.AnyTagClassName
{
color: #DBACB9;
}
</style>
background-color css
<style>
a { background-color: #DBACB9; }
a { background-color: rgb(219,172,185); }
div.DivClassName
{
background-color: #DBACB9;
}
.BgClassName
{
background-color: #DBACB9;
}
</style>
border-color css
<style>
span { border-color: #DBACB9; }
span { border-color: rgb(219,172,185); }
td.TdClassName
{
border-color: #DBACB9;
}
.TagClassName
{
border-color: #DBACB9;
}
</style>