Shades of Melanie #DBB1BD
Tints of Melanie #DBB1BD
RGB
CMYK
RGB Variations
Color information
#DBB1BD (or 0xDBB1BD) is known color: Melanie. HEX triplet: DB, B1 and BD. RGB value is (219,177,189). Sum of RGB (Red+Green+Blue) = 219+177+189=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1BD is #244E42. Grayscale: #BEBEBE. Windows color (decimal): -2379331 or 12431835. OLE color: 12431835.
HSL color Cylindrical-coordinate representation of color #DBB1BD: hue angle of 342.86º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB1BD is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 189 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.14 |
| HSL | 342.86º | 0.37% | 0.78% | - |
| HSV(B) | 342.86º | 0.19% | 0.86% | - |
| XYZ | 54.12 | 50.18 | 54.98 | - |
| YUV | 190.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 189 | 0 | 0.19 | 0.14 | 0.14 | 342.86 | 0.37 | 0.78 |
| Hex | DB | B1 | BD | 0 | 13 | E | E | 157 | 25 | 4E |
| Octal | 333 | 261 | 275 | 0 | 23 | 16 | 16 | 527 | 45 | 116 |
| Binary | 11011011 | 10110001 | 10111101 | 0 | 10011 | 1110 | 1110 | 101010111 | 100101 | 1001110 |
Color Harmonies of #DBB1BD
Complementary color
Monochromatic Colors of #DBB1BD
Black with #DBB1BD
Text Example
Text Example
White with #DBB1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1BD; }
p { color: rgb(219,177,189); }
H1.HeaderClassName
{
color: #DBB1BD;
}
.AnyTagClassName
{
color: #DBB1BD;
}
</style>
background-color css
<style>
a { background-color: #DBB1BD; }
a { background-color: rgb(219,177,189); }
div.DivClassName
{
background-color: #DBB1BD;
}
.BgClassName
{
background-color: #DBB1BD;
}
</style>
border-color css
<style>
span { border-color: #DBB1BD; }
span { border-color: rgb(219,177,189); }
td.TdClassName
{
border-color: #DBB1BD;
}
.TagClassName
{
border-color: #DBB1BD;
}
</style>