Shades of Melanie #DBB7BF
Tints of Melanie #DBB7BF
RGB
CMYK
RGB Variations
Color information
#DBB7BF (or 0xDBB7BF) is known color: Melanie. HEX triplet: DB, B7 and BF. RGB value is (219,183,191). Sum of RGB (Red+Green+Blue) = 219+183+191=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7BF is #244840. Grayscale: #C2C2C2. Windows color (decimal): -2377793 or 12564443. OLE color: 12564443.
HSL color Cylindrical-coordinate representation of color #DBB7BF: hue angle of 346.67º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB7BF is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 191 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.14 |
| HSL | 346.67º | 0.33% | 0.79% | - |
| HSV(B) | 346.67º | 0.16% | 0.86% | - |
| XYZ | 55.55 | 52.69 | 56.53 | - |
| YUV | 194.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 191 | 0 | 0.16 | 0.13 | 0.14 | 346.67 | 0.33 | 0.79 |
| Hex | DB | B7 | BF | 0 | 10 | D | E | 15B | 21 | 4F |
| Octal | 333 | 267 | 277 | 0 | 20 | 15 | 16 | 533 | 41 | 117 |
| Binary | 11011011 | 10110111 | 10111111 | 0 | 10000 | 1101 | 1110 | 101011011 | 100001 | 1001111 |
Color Harmonies of #DBB7BF
Complementary color
Monochromatic Colors of #DBB7BF
Black with #DBB7BF
Text Example
Text Example
White with #DBB7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7BF; }
p { color: rgb(219,183,191); }
H1.HeaderClassName
{
color: #DBB7BF;
}
.AnyTagClassName
{
color: #DBB7BF;
}
</style>
background-color css
<style>
a { background-color: #DBB7BF; }
a { background-color: rgb(219,183,191); }
div.DivClassName
{
background-color: #DBB7BF;
}
.BgClassName
{
background-color: #DBB7BF;
}
</style>
border-color css
<style>
span { border-color: #DBB7BF; }
span { border-color: rgb(219,183,191); }
td.TdClassName
{
border-color: #DBB7BF;
}
.TagClassName
{
border-color: #DBB7BF;
}
</style>