Shades of Melanie #DBB3BC
Tints of Melanie #DBB3BC
RGB
CMYK
RGB Variations
Color information
#DBB3BC (or 0xDBB3BC) is known color: Melanie. HEX triplet: DB, B3 and BC. RGB value is (219,179,188). Sum of RGB (Red+Green+Blue) = 219+179+188=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3BC is #244C43. Grayscale: #BFBFBF. Windows color (decimal): -2378820 or 12366811. OLE color: 12366811.
HSL color Cylindrical-coordinate representation of color #DBB3BC: hue angle of 346.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBB3BC is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 188 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.14 |
| HSL | 346.5º | 0.36% | 0.78% | - |
| HSV(B) | 346.5º | 0.18% | 0.86% | - |
| XYZ | 54.41 | 50.93 | 54.54 | - |
| YUV | 191.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 188 | 0 | 0.18 | 0.14 | 0.14 | 346.5 | 0.36 | 0.78 |
| Hex | DB | B3 | BC | 0 | 12 | E | E | 15A | 24 | 4E |
| Octal | 333 | 263 | 274 | 0 | 22 | 16 | 16 | 532 | 44 | 116 |
| Binary | 11011011 | 10110011 | 10111100 | 0 | 10010 | 1110 | 1110 | 101011010 | 100100 | 1001110 |
Color Harmonies of #DBB3BC
Complementary color
Monochromatic Colors of #DBB3BC
Black with #DBB3BC
Text Example
Text Example
White with #DBB3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3BC; }
p { color: rgb(219,179,188); }
H1.HeaderClassName
{
color: #DBB3BC;
}
.AnyTagClassName
{
color: #DBB3BC;
}
</style>
background-color css
<style>
a { background-color: #DBB3BC; }
a { background-color: rgb(219,179,188); }
div.DivClassName
{
background-color: #DBB3BC;
}
.BgClassName
{
background-color: #DBB3BC;
}
</style>
border-color css
<style>
span { border-color: #DBB3BC; }
span { border-color: rgb(219,179,188); }
td.TdClassName
{
border-color: #DBB3BC;
}
.TagClassName
{
border-color: #DBB3BC;
}
</style>