Shades of Melanie #DCB1C0
Tints of Melanie #DCB1C0
RGB
CMYK
RGB Variations
Color information
#DCB1C0 (or 0xDCB1C0) is known color: Melanie. HEX triplet: DC, B1 and C0. RGB value is (220,177,192). Sum of RGB (Red+Green+Blue) = 220+177+192=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1C0 is #234E3F. Grayscale: #BFBFBF. Windows color (decimal): -2313792 or 12628444. OLE color: 12628444.
HSL color Cylindrical-coordinate representation of color #DCB1C0: hue angle of 339.07º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB1C0 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 192 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.14 |
| HSL | 339.07º | 0.38% | 0.78% | - |
| HSV(B) | 339.07º | 0.2% | 0.86% | - |
| XYZ | 54.75 | 50.47 | 56.72 | - |
| YUV | 191.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 192 | 0 | 0.20 | 0.13 | 0.14 | 339.07 | 0.38 | 0.78 |
| Hex | DC | B1 | C0 | 0 | 14 | D | E | 153 | 26 | 4E |
| Octal | 334 | 261 | 300 | 0 | 24 | 15 | 16 | 523 | 46 | 116 |
| Binary | 11011100 | 10110001 | 11000000 | 0 | 10100 | 1101 | 1110 | 101010011 | 100110 | 1001110 |
Color Harmonies of #DCB1C0
Complementary color
Monochromatic Colors of #DCB1C0
Black with #DCB1C0
Text Example
Text Example
White with #DCB1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1C0; }
p { color: rgb(220,177,192); }
H1.HeaderClassName
{
color: #DCB1C0;
}
.AnyTagClassName
{
color: #DCB1C0;
}
</style>
background-color css
<style>
a { background-color: #DCB1C0; }
a { background-color: rgb(220,177,192); }
div.DivClassName
{
background-color: #DCB1C0;
}
.BgClassName
{
background-color: #DCB1C0;
}
</style>
border-color css
<style>
span { border-color: #DCB1C0; }
span { border-color: rgb(220,177,192); }
td.TdClassName
{
border-color: #DCB1C0;
}
.TagClassName
{
border-color: #DCB1C0;
}
</style>