Shades of Melanie #DBB0BC
Tints of Melanie #DBB0BC
RGB
CMYK
RGB Variations
Color information
#DBB0BC (or 0xDBB0BC) is known color: Melanie. HEX triplet: DB, B0 and BC. RGB value is (219,176,188). Sum of RGB (Red+Green+Blue) = 219+176+188=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0BC is #244F43. Grayscale: #BEBEBE. Windows color (decimal): -2379588 or 12366043. OLE color: 12366043.
HSL color Cylindrical-coordinate representation of color #DBB0BC: hue angle of 343.26º 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 #DBB0BC is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 188 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.14 |
| HSL | 343.26º | 0.37% | 0.77% | - |
| HSV(B) | 343.26º | 0.2% | 0.86% | - |
| XYZ | 53.82 | 49.74 | 54.34 | - |
| YUV | 190.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 188 | 0 | 0.20 | 0.14 | 0.14 | 343.26 | 0.37 | 0.77 |
| Hex | DB | B0 | BC | 0 | 14 | E | E | 157 | 25 | 4D |
| Octal | 333 | 260 | 274 | 0 | 24 | 16 | 16 | 527 | 45 | 115 |
| Binary | 11011011 | 10110000 | 10111100 | 0 | 10100 | 1110 | 1110 | 101010111 | 100101 | 1001101 |
Color Harmonies of #DBB0BC
Complementary color
Monochromatic Colors of #DBB0BC
Black with #DBB0BC
Text Example
Text Example
White with #DBB0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0BC; }
p { color: rgb(219,176,188); }
H1.HeaderClassName
{
color: #DBB0BC;
}
.AnyTagClassName
{
color: #DBB0BC;
}
</style>
background-color css
<style>
a { background-color: #DBB0BC; }
a { background-color: rgb(219,176,188); }
div.DivClassName
{
background-color: #DBB0BC;
}
.BgClassName
{
background-color: #DBB0BC;
}
</style>
border-color css
<style>
span { border-color: #DBB0BC; }
span { border-color: rgb(219,176,188); }
td.TdClassName
{
border-color: #DBB0BC;
}
.TagClassName
{
border-color: #DBB0BC;
}
</style>