Shades of Melanie #DBC0C5
Tints of Melanie #DBC0C5
RGB
CMYK
RGB Variations
Color information
#DBC0C5 (or 0xDBC0C5) is known color: Melanie. HEX triplet: DB, C0 and C5. RGB value is (219,192,197). Sum of RGB (Red+Green+Blue) = 219+192+197=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0C5 is #243F3A. Grayscale: #C8C8C8. Windows color (decimal): -2375483 or 12959963. OLE color: 12959963.
HSL color Cylindrical-coordinate representation of color #DBC0C5: hue angle of 348.89º 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 #DBC0C5 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 197 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.14 |
| HSL | 348.89º | 0.27% | 0.81% | - |
| HSV(B) | 348.89º | 0.12% | 0.86% | - |
| XYZ | 58.14 | 56.79 | 60.72 | - |
| YUV | 200.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 197 | 0 | 0.12 | 0.10 | 0.14 | 348.89 | 0.27 | 0.81 |
| Hex | DB | C0 | C5 | 0 | C | A | E | 15D | 1B | 51 |
| Octal | 333 | 300 | 305 | 0 | 14 | 12 | 16 | 535 | 33 | 121 |
| Binary | 11011011 | 11000000 | 11000101 | 0 | 1100 | 1010 | 1110 | 101011101 | 11011 | 1010001 |
Color Harmonies of #DBC0C5
Complementary color
Monochromatic Colors of #DBC0C5
Black with #DBC0C5
Text Example
Text Example
White with #DBC0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0C5; }
p { color: rgb(219,192,197); }
H1.HeaderClassName
{
color: #DBC0C5;
}
.AnyTagClassName
{
color: #DBC0C5;
}
</style>
background-color css
<style>
a { background-color: #DBC0C5; }
a { background-color: rgb(219,192,197); }
div.DivClassName
{
background-color: #DBC0C5;
}
.BgClassName
{
background-color: #DBC0C5;
}
</style>
border-color css
<style>
span { border-color: #DBC0C5; }
span { border-color: rgb(219,192,197); }
td.TdClassName
{
border-color: #DBC0C5;
}
.TagClassName
{
border-color: #DBC0C5;
}
</style>