Shades of Melanie #DBACBE
Tints of Melanie #DBACBE
RGB
CMYK
RGB Variations
Color information
#DBACBE (or 0xDBACBE) is known color: Melanie. HEX triplet: DB, AC and BE. RGB value is (219,172,190). Sum of RGB (Red+Green+Blue) = 219+172+190=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACBE is #245341. Grayscale: #BCBCBC. Windows color (decimal): -2380610 or 12496091. OLE color: 12496091.
HSL color Cylindrical-coordinate representation of color #DBACBE: hue angle of 337.02º 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 #DBACBE is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 172 | 190 | - |
CMYK | 0 | 0.21 | 0.13 | 0.14 |
HSL | 337.02º | 0.39% | 0.77% | - |
HSV(B) | 337.02º | 0.21% | 0.86% | - |
XYZ | 53.26 | 48.28 | 55.23 | - |
YUV | 188.11 | 129.07 | 150.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 172 | 190 | 0 | 0.21 | 0.13 | 0.14 | 337.02 | 0.39 | 0.77 |
Hex | DB | AC | BE | 0 | 15 | D | E | 151 | 27 | 4D |
Octal | 333 | 254 | 276 | 0 | 25 | 15 | 16 | 521 | 47 | 115 |
Binary | 11011011 | 10101100 | 10111110 | 0 | 10101 | 1101 | 1110 | 101010001 | 100111 | 1001101 |
Color Harmonies of #DBACBE
Complementary color
Monochromatic Colors of #DBACBE
Black with #DBACBE
Text Example
Text Example
White with #DBACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACBE; }
p { color: rgb(219,172,190); }
H1.HeaderClassName
{
color: #DBACBE;
}
.AnyTagClassName
{
color: #DBACBE;
}
</style>
background-color css
<style>
a { background-color: #DBACBE; }
a { background-color: rgb(219,172,190); }
div.DivClassName
{
background-color: #DBACBE;
}
.BgClassName
{
background-color: #DBACBE;
}
</style>
border-color css
<style>
span { border-color: #DBACBE; }
span { border-color: rgb(219,172,190); }
td.TdClassName
{
border-color: #DBACBE;
}
.TagClassName
{
border-color: #DBACBE;
}
</style>