Shades of Melanie #DBBCC0
Tints of Melanie #DBBCC0
RGB
CMYK
RGB Variations
Color information
#DBBCC0 (or 0xDBBCC0) is known color: Melanie. HEX triplet: DB, BC and C0. RGB value is (219,188,192). Sum of RGB (Red+Green+Blue) = 219+188+192=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCC0 is #24433F. Grayscale: #C5C5C5. Windows color (decimal): -2376512 or 12631259. OLE color: 12631259.
HSL color Cylindrical-coordinate representation of color #DBBCC0: hue angle of 352.26º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBCC0 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 192 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.14 |
| HSL | 352.26º | 0.3% | 0.8% | - |
| HSV(B) | 352.26º | 0.14% | 0.86% | - |
| XYZ | 56.71 | 54.83 | 57.46 | - |
| YUV | 197.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 192 | 0 | 0.14 | 0.12 | 0.14 | 352.26 | 0.3 | 0.8 |
| Hex | DB | BC | C0 | 0 | E | C | E | 160 | 1E | 50 |
| Octal | 333 | 274 | 300 | 0 | 16 | 14 | 16 | 540 | 36 | 120 |
| Binary | 11011011 | 10111100 | 11000000 | 0 | 1110 | 1100 | 1110 | 101100000 | 11110 | 1010000 |
Color Harmonies of #DBBCC0
Complementary color
Monochromatic Colors of #DBBCC0
Black with #DBBCC0
Text Example
Text Example
White with #DBBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCC0; }
p { color: rgb(219,188,192); }
H1.HeaderClassName
{
color: #DBBCC0;
}
.AnyTagClassName
{
color: #DBBCC0;
}
</style>
background-color css
<style>
a { background-color: #DBBCC0; }
a { background-color: rgb(219,188,192); }
div.DivClassName
{
background-color: #DBBCC0;
}
.BgClassName
{
background-color: #DBBCC0;
}
</style>
border-color css
<style>
span { border-color: #DBBCC0; }
span { border-color: rgb(219,188,192); }
td.TdClassName
{
border-color: #DBBCC0;
}
.TagClassName
{
border-color: #DBBCC0;
}
</style>