Shades of Melanie #DBADBF
Tints of Melanie #DBADBF
RGB
CMYK
RGB Variations
Color information
#DBADBF (or 0xDBADBF) is known color: Melanie. HEX triplet: DB, AD and BF. RGB value is (219,173,191). Sum of RGB (Red+Green+Blue) = 219+173+191=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADBF is #245240. Grayscale: #BCBCBC. Windows color (decimal): -2380353 or 12561883. OLE color: 12561883.
HSL color Cylindrical-coordinate representation of color #DBADBF: hue angle of 336.52º 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 #DBADBF is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 191 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.14 |
| HSL | 336.52º | 0.39% | 0.77% | - |
| HSV(B) | 336.52º | 0.21% | 0.86% | - |
| XYZ | 53.56 | 48.71 | 55.87 | - |
| YUV | 188.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 191 | 0 | 0.21 | 0.13 | 0.14 | 336.52 | 0.39 | 0.77 |
| Hex | DB | AD | BF | 0 | 15 | D | E | 151 | 27 | 4D |
| Octal | 333 | 255 | 277 | 0 | 25 | 15 | 16 | 521 | 47 | 115 |
| Binary | 11011011 | 10101101 | 10111111 | 0 | 10101 | 1101 | 1110 | 101010001 | 100111 | 1001101 |
Color Harmonies of #DBADBF
Complementary color
Monochromatic Colors of #DBADBF
Black with #DBADBF
Text Example
Text Example
White with #DBADBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADBF; }
p { color: rgb(219,173,191); }
H1.HeaderClassName
{
color: #DBADBF;
}
.AnyTagClassName
{
color: #DBADBF;
}
</style>
background-color css
<style>
a { background-color: #DBADBF; }
a { background-color: rgb(219,173,191); }
div.DivClassName
{
background-color: #DBADBF;
}
.BgClassName
{
background-color: #DBADBF;
}
</style>
border-color css
<style>
span { border-color: #DBADBF; }
span { border-color: rgb(219,173,191); }
td.TdClassName
{
border-color: #DBADBF;
}
.TagClassName
{
border-color: #DBADBF;
}
</style>