Shades of Melanie #DBB0BD
Tints of Melanie #DBB0BD
RGB
CMYK
RGB Variations
Color information
#DBB0BD (or 0xDBB0BD) is known color: Melanie. HEX triplet: DB, B0 and BD. RGB value is (219,176,189). Sum of RGB (Red+Green+Blue) = 219+176+189=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0BD is #244F42. Grayscale: #BEBEBE. Windows color (decimal): -2379587 or 12431579. OLE color: 12431579.
HSL color Cylindrical-coordinate representation of color #DBB0BD: hue angle of 341.86º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB0BD is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 189 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.14 |
| HSL | 341.86º | 0.37% | 0.77% | - |
| HSV(B) | 341.86º | 0.2% | 0.86% | - |
| XYZ | 53.92 | 49.78 | 54.91 | - |
| YUV | 190.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 189 | 0 | 0.20 | 0.14 | 0.14 | 341.86 | 0.37 | 0.77 |
| Hex | DB | B0 | BD | 0 | 14 | E | E | 156 | 25 | 4D |
| Octal | 333 | 260 | 275 | 0 | 24 | 16 | 16 | 526 | 45 | 115 |
| Binary | 11011011 | 10110000 | 10111101 | 0 | 10100 | 1110 | 1110 | 101010110 | 100101 | 1001101 |
Color Harmonies of #DBB0BD
Complementary color
Monochromatic Colors of #DBB0BD
Black with #DBB0BD
Text Example
Text Example
White with #DBB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0BD; }
p { color: rgb(219,176,189); }
H1.HeaderClassName
{
color: #DBB0BD;
}
.AnyTagClassName
{
color: #DBB0BD;
}
</style>
background-color css
<style>
a { background-color: #DBB0BD; }
a { background-color: rgb(219,176,189); }
div.DivClassName
{
background-color: #DBB0BD;
}
.BgClassName
{
background-color: #DBB0BD;
}
</style>
border-color css
<style>
span { border-color: #DBB0BD; }
span { border-color: rgb(219,176,189); }
td.TdClassName
{
border-color: #DBB0BD;
}
.TagClassName
{
border-color: #DBB0BD;
}
</style>