Shades of Melanie #DBC0C7
Tints of Melanie #DBC0C7
RGB
CMYK
RGB Variations
Color information
#DBC0C7 (or 0xDBC0C7) is known color: Melanie. HEX triplet: DB, C0 and C7. RGB value is (219,192,199). Sum of RGB (Red+Green+Blue) = 219+192+199=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0C7 is #243F38. Grayscale: #C8C8C8. Windows color (decimal): -2375481 or 13091035. OLE color: 13091035.
HSL color Cylindrical-coordinate representation of color #DBC0C7: hue angle of 344.44º 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 #DBC0C7 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 199 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.14 |
| HSL | 344.44º | 0.27% | 0.81% | - |
| HSV(B) | 344.44º | 0.12% | 0.86% | - |
| XYZ | 58.37 | 56.88 | 61.94 | - |
| YUV | 200.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 199 | 0 | 0.12 | 0.09 | 0.14 | 344.44 | 0.27 | 0.81 |
| Hex | DB | C0 | C7 | 0 | C | 9 | E | 158 | 1B | 51 |
| Octal | 333 | 300 | 307 | 0 | 14 | 11 | 16 | 530 | 33 | 121 |
| Binary | 11011011 | 11000000 | 11000111 | 0 | 1100 | 1001 | 1110 | 101011000 | 11011 | 1010001 |
Color Harmonies of #DBC0C7
Complementary color
Monochromatic Colors of #DBC0C7
Black with #DBC0C7
Text Example
Text Example
White with #DBC0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0C7; }
p { color: rgb(219,192,199); }
H1.HeaderClassName
{
color: #DBC0C7;
}
.AnyTagClassName
{
color: #DBC0C7;
}
</style>
background-color css
<style>
a { background-color: #DBC0C7; }
a { background-color: rgb(219,192,199); }
div.DivClassName
{
background-color: #DBC0C7;
}
.BgClassName
{
background-color: #DBC0C7;
}
</style>
border-color css
<style>
span { border-color: #DBC0C7; }
span { border-color: rgb(219,192,199); }
td.TdClassName
{
border-color: #DBC0C7;
}
.TagClassName
{
border-color: #DBC0C7;
}
</style>