Shades of Melanie #DBB5BD
Tints of Melanie #DBB5BD
RGB
CMYK
RGB Variations
Color information
#DBB5BD (or 0xDBB5BD) is known color: Melanie. HEX triplet: DB, B5 and BD. RGB value is (219,181,189). Sum of RGB (Red+Green+Blue) = 219+181+189=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5BD is #244A42. Grayscale: #C1C1C1. Windows color (decimal): -2378307 or 12432859. OLE color: 12432859.
HSL color Cylindrical-coordinate representation of color #DBB5BD: hue angle of 347.37º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB5BD is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 189 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.14 |
| HSL | 347.37º | 0.35% | 0.78% | - |
| HSV(B) | 347.37º | 0.17% | 0.86% | - |
| XYZ | 54.92 | 51.78 | 55.24 | - |
| YUV | 193.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 189 | 0 | 0.17 | 0.14 | 0.14 | 347.37 | 0.35 | 0.78 |
| Hex | DB | B5 | BD | 0 | 11 | E | E | 15B | 23 | 4E |
| Octal | 333 | 265 | 275 | 0 | 21 | 16 | 16 | 533 | 43 | 116 |
| Binary | 11011011 | 10110101 | 10111101 | 0 | 10001 | 1110 | 1110 | 101011011 | 100011 | 1001110 |
Color Harmonies of #DBB5BD
Complementary color
Monochromatic Colors of #DBB5BD
Black with #DBB5BD
Text Example
Text Example
White with #DBB5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5BD; }
p { color: rgb(219,181,189); }
H1.HeaderClassName
{
color: #DBB5BD;
}
.AnyTagClassName
{
color: #DBB5BD;
}
</style>
background-color css
<style>
a { background-color: #DBB5BD; }
a { background-color: rgb(219,181,189); }
div.DivClassName
{
background-color: #DBB5BD;
}
.BgClassName
{
background-color: #DBB5BD;
}
</style>
border-color css
<style>
span { border-color: #DBB5BD; }
span { border-color: rgb(219,181,189); }
td.TdClassName
{
border-color: #DBB5BD;
}
.TagClassName
{
border-color: #DBB5BD;
}
</style>