Shades of Melanie #DBB3C0
Tints of Melanie #DBB3C0
RGB
CMYK
RGB Variations
Color information
#DBB3C0 (or 0xDBB3C0) is known color: Melanie. HEX triplet: DB, B3 and C0. RGB value is (219,179,192). Sum of RGB (Red+Green+Blue) = 219+179+192=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3C0 is #244C3F. Grayscale: #C0C0C0. Windows color (decimal): -2378816 or 12628955. OLE color: 12628955.
HSL color Cylindrical-coordinate representation of color #DBB3C0: hue angle of 340.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 #DBB3C0 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 192 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.14 |
| HSL | 340.5º | 0.36% | 0.78% | - |
| HSV(B) | 340.5º | 0.18% | 0.86% | - |
| XYZ | 54.85 | 51.11 | 56.84 | - |
| YUV | 192.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 192 | 0 | 0.18 | 0.12 | 0.14 | 340.5 | 0.36 | 0.78 |
| Hex | DB | B3 | C0 | 0 | 12 | C | E | 154 | 24 | 4E |
| Octal | 333 | 263 | 300 | 0 | 22 | 14 | 16 | 524 | 44 | 116 |
| Binary | 11011011 | 10110011 | 11000000 | 0 | 10010 | 1100 | 1110 | 101010100 | 100100 | 1001110 |
Color Harmonies of #DBB3C0
Complementary color
Monochromatic Colors of #DBB3C0
Black with #DBB3C0
Text Example
Text Example
White with #DBB3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3C0; }
p { color: rgb(219,179,192); }
H1.HeaderClassName
{
color: #DBB3C0;
}
.AnyTagClassName
{
color: #DBB3C0;
}
</style>
background-color css
<style>
a { background-color: #DBB3C0; }
a { background-color: rgb(219,179,192); }
div.DivClassName
{
background-color: #DBB3C0;
}
.BgClassName
{
background-color: #DBB3C0;
}
</style>
border-color css
<style>
span { border-color: #DBB3C0; }
span { border-color: rgb(219,179,192); }
td.TdClassName
{
border-color: #DBB3C0;
}
.TagClassName
{
border-color: #DBB3C0;
}
</style>