Shades of Melanie #DBADBE
Tints of Melanie #DBADBE
RGB
CMYK
RGB Variations
Color information
#DBADBE (or 0xDBADBE) is known color: Melanie. HEX triplet: DB, AD and BE. RGB value is (219,173,190). Sum of RGB (Red+Green+Blue) = 219+173+190=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADBE is #245241. Grayscale: #BCBCBC. Windows color (decimal): -2380354 or 12496347. OLE color: 12496347.
HSL color Cylindrical-coordinate representation of color #DBADBE: hue angle of 337.83º 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 #DBADBE is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 190 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.14 |
| HSL | 337.83º | 0.39% | 0.77% | - |
| HSV(B) | 337.83º | 0.21% | 0.86% | - |
| XYZ | 53.45 | 48.66 | 55.29 | - |
| YUV | 188.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 190 | 0 | 0.21 | 0.13 | 0.14 | 337.83 | 0.39 | 0.77 |
| Hex | DB | AD | BE | 0 | 15 | D | E | 152 | 27 | 4D |
| Octal | 333 | 255 | 276 | 0 | 25 | 15 | 16 | 522 | 47 | 115 |
| Binary | 11011011 | 10101101 | 10111110 | 0 | 10101 | 1101 | 1110 | 101010010 | 100111 | 1001101 |
Color Harmonies of #DBADBE
Complementary color
Monochromatic Colors of #DBADBE
Black with #DBADBE
Text Example
Text Example
White with #DBADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADBE; }
p { color: rgb(219,173,190); }
H1.HeaderClassName
{
color: #DBADBE;
}
.AnyTagClassName
{
color: #DBADBE;
}
</style>
background-color css
<style>
a { background-color: #DBADBE; }
a { background-color: rgb(219,173,190); }
div.DivClassName
{
background-color: #DBADBE;
}
.BgClassName
{
background-color: #DBADBE;
}
</style>
border-color css
<style>
span { border-color: #DBADBE; }
span { border-color: rgb(219,173,190); }
td.TdClassName
{
border-color: #DBADBE;
}
.TagClassName
{
border-color: #DBADBE;
}
</style>