Shades of Melanie #DCB3C0
Tints of Melanie #DCB3C0
RGB
CMYK
RGB Variations
Color information
#DCB3C0 (or 0xDCB3C0) is known color: Melanie. HEX triplet: DC, B3 and C0. RGB value is (220,179,192). Sum of RGB (Red+Green+Blue) = 220+179+192=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3C0 is #234C3F. Grayscale: #C0C0C0. Windows color (decimal): -2313280 or 12628956. OLE color: 12628956.
HSL color Cylindrical-coordinate representation of color #DCB3C0: hue angle of 340.98º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB3C0 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 192 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.14 |
| HSL | 340.98º | 0.37% | 0.78% | - |
| HSV(B) | 340.98º | 0.19% | 0.86% | - |
| XYZ | 55.15 | 51.26 | 56.86 | - |
| YUV | 192.74 | 127.58 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 192 | 0 | 0.19 | 0.13 | 0.14 | 340.98 | 0.37 | 0.78 |
| Hex | DC | B3 | C0 | 0 | 13 | D | E | 155 | 25 | 4E |
| Octal | 334 | 263 | 300 | 0 | 23 | 15 | 16 | 525 | 45 | 116 |
| Binary | 11011100 | 10110011 | 11000000 | 0 | 10011 | 1101 | 1110 | 101010101 | 100101 | 1001110 |
Color Harmonies of #DCB3C0
Complementary color
Monochromatic Colors of #DCB3C0
Black with #DCB3C0
Text Example
Text Example
White with #DCB3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3C0; }
p { color: rgb(220,179,192); }
H1.HeaderClassName
{
color: #DCB3C0;
}
.AnyTagClassName
{
color: #DCB3C0;
}
</style>
background-color css
<style>
a { background-color: #DCB3C0; }
a { background-color: rgb(220,179,192); }
div.DivClassName
{
background-color: #DCB3C0;
}
.BgClassName
{
background-color: #DCB3C0;
}
</style>
border-color css
<style>
span { border-color: #DCB3C0; }
span { border-color: rgb(220,179,192); }
td.TdClassName
{
border-color: #DCB3C0;
}
.TagClassName
{
border-color: #DCB3C0;
}
</style>