Shades of Melanie #DBADBB
Tints of Melanie #DBADBB
RGB
CMYK
RGB Variations
Color information
#DBADBB (or 0xDBADBB) is known color: Melanie. HEX triplet: DB, AD and BB. RGB value is (219,173,187). Sum of RGB (Red+Green+Blue) = 219+173+187=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADBB is #245244. Grayscale: #BCBCBC. Windows color (decimal): -2380357 or 12299739. OLE color: 12299739.
HSL color Cylindrical-coordinate representation of color #DBADBB: hue angle of 341.74º 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 #DBADBB is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 187 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.14 |
| HSL | 341.74º | 0.39% | 0.77% | - |
| HSV(B) | 341.74º | 0.21% | 0.86% | - |
| XYZ | 53.13 | 48.54 | 53.58 | - |
| YUV | 188.35 | 127.24 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 187 | 0 | 0.21 | 0.15 | 0.14 | 341.74 | 0.39 | 0.77 |
| Hex | DB | AD | BB | 0 | 15 | F | E | 156 | 27 | 4D |
| Octal | 333 | 255 | 273 | 0 | 25 | 17 | 16 | 526 | 47 | 115 |
| Binary | 11011011 | 10101101 | 10111011 | 0 | 10101 | 1111 | 1110 | 101010110 | 100111 | 1001101 |
Color Harmonies of #DBADBB
Complementary color
Monochromatic Colors of #DBADBB
Black with #DBADBB
Text Example
Text Example
White with #DBADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADBB; }
p { color: rgb(219,173,187); }
H1.HeaderClassName
{
color: #DBADBB;
}
.AnyTagClassName
{
color: #DBADBB;
}
</style>
background-color css
<style>
a { background-color: #DBADBB; }
a { background-color: rgb(219,173,187); }
div.DivClassName
{
background-color: #DBADBB;
}
.BgClassName
{
background-color: #DBADBB;
}
</style>
border-color css
<style>
span { border-color: #DBADBB; }
span { border-color: rgb(219,173,187); }
td.TdClassName
{
border-color: #DBADBB;
}
.TagClassName
{
border-color: #DBADBB;
}
</style>