Shades of Melanie #DBC0C8
Tints of Melanie #DBC0C8
RGB
CMYK
RGB Variations
Color information
#DBC0C8 (or 0xDBC0C8) is known color: Melanie. HEX triplet: DB, C0 and C8. RGB value is (219,192,200). Sum of RGB (Red+Green+Blue) = 219+192+200=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0C8 is #243F37. Grayscale: #C8C8C8. Windows color (decimal): -2375480 or 13156571. OLE color: 13156571.
HSL color Cylindrical-coordinate representation of color #DBC0C8: hue angle of 342.22º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC0C8 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 200 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.14 |
| HSL | 342.22º | 0.27% | 0.81% | - |
| HSV(B) | 342.22º | 0.12% | 0.86% | - |
| XYZ | 58.49 | 56.93 | 62.55 | - |
| YUV | 200.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 200 | 0 | 0.12 | 0.09 | 0.14 | 342.22 | 0.27 | 0.81 |
| Hex | DB | C0 | C8 | 0 | C | 9 | E | 156 | 1B | 51 |
| Octal | 333 | 300 | 310 | 0 | 14 | 11 | 16 | 526 | 33 | 121 |
| Binary | 11011011 | 11000000 | 11001000 | 0 | 1100 | 1001 | 1110 | 101010110 | 11011 | 1010001 |
Color Harmonies of #DBC0C8
Complementary color
Monochromatic Colors of #DBC0C8
Black with #DBC0C8
Text Example
Text Example
White with #DBC0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0C8; }
p { color: rgb(219,192,200); }
H1.HeaderClassName
{
color: #DBC0C8;
}
.AnyTagClassName
{
color: #DBC0C8;
}
</style>
background-color css
<style>
a { background-color: #DBC0C8; }
a { background-color: rgb(219,192,200); }
div.DivClassName
{
background-color: #DBC0C8;
}
.BgClassName
{
background-color: #DBC0C8;
}
</style>
border-color css
<style>
span { border-color: #DBC0C8; }
span { border-color: rgb(219,192,200); }
td.TdClassName
{
border-color: #DBC0C8;
}
.TagClassName
{
border-color: #DBC0C8;
}
</style>