Shades of Melanie #DBB1BB
Tints of Melanie #DBB1BB
RGB
CMYK
RGB Variations
Color information
#DBB1BB (or 0xDBB1BB) is known color: Melanie. HEX triplet: DB, B1 and BB. RGB value is (219,177,187). Sum of RGB (Red+Green+Blue) = 219+177+187=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1BB is #244E44. Grayscale: #BEBEBE. Windows color (decimal): -2379333 or 12300763. OLE color: 12300763.
HSL color Cylindrical-coordinate representation of color #DBB1BB: hue angle of 345.71º 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 #DBB1BB is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 187 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.14 |
| HSL | 345.71º | 0.37% | 0.78% | - |
| HSV(B) | 345.71º | 0.19% | 0.86% | - |
| XYZ | 53.91 | 50.09 | 53.84 | - |
| YUV | 190.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 187 | 0 | 0.19 | 0.15 | 0.14 | 345.71 | 0.37 | 0.78 |
| Hex | DB | B1 | BB | 0 | 13 | F | E | 15A | 25 | 4E |
| Octal | 333 | 261 | 273 | 0 | 23 | 17 | 16 | 532 | 45 | 116 |
| Binary | 11011011 | 10110001 | 10111011 | 0 | 10011 | 1111 | 1110 | 101011010 | 100101 | 1001110 |
Color Harmonies of #DBB1BB
Complementary color
Monochromatic Colors of #DBB1BB
Black with #DBB1BB
Text Example
Text Example
White with #DBB1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1BB; }
p { color: rgb(219,177,187); }
H1.HeaderClassName
{
color: #DBB1BB;
}
.AnyTagClassName
{
color: #DBB1BB;
}
</style>
background-color css
<style>
a { background-color: #DBB1BB; }
a { background-color: rgb(219,177,187); }
div.DivClassName
{
background-color: #DBB1BB;
}
.BgClassName
{
background-color: #DBB1BB;
}
</style>
border-color css
<style>
span { border-color: #DBB1BB; }
span { border-color: rgb(219,177,187); }
td.TdClassName
{
border-color: #DBB1BB;
}
.TagClassName
{
border-color: #DBB1BB;
}
</style>