Shades of Melanie #DCB0C0
Tints of Melanie #DCB0C0
RGB
CMYK
RGB Variations
Color information
#DCB0C0 (or 0xDCB0C0) is known color: Melanie. HEX triplet: DC, B0 and C0. RGB value is (220,176,192). Sum of RGB (Red+Green+Blue) = 220+176+192=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0C0 is #234F3F. Grayscale: #BEBEBE. Windows color (decimal): -2314048 or 12628188. OLE color: 12628188.
HSL color Cylindrical-coordinate representation of color #DCB0C0: hue angle of 338.18º degrees, saturation: 0.39, 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 #DCB0C0 is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 192 | - |
| CMYK | 0 | 0.2 | 0.13 | 0.14 |
| HSL | 338.18º | 0.39% | 0.78% | - |
| HSV(B) | 338.18º | 0.2% | 0.86% | - |
| XYZ | 54.55 | 50.07 | 56.66 | - |
| YUV | 190.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 192 | 0 | 0.2 | 0.13 | 0.14 | 338.18 | 0.39 | 0.78 |
| Hex | DC | B0 | C0 | 0 | 14 | D | E | 152 | 27 | 4E |
| Octal | 334 | 260 | 300 | 0 | 24 | 15 | 16 | 522 | 47 | 116 |
| Binary | 11011100 | 10110000 | 11000000 | 0 | 10100 | 1101 | 1110 | 101010010 | 100111 | 1001110 |
Color Harmonies of #DCB0C0
Complementary color
Monochromatic Colors of #DCB0C0
Black with #DCB0C0
Text Example
Text Example
White with #DCB0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0C0; }
p { color: rgb(220,176,192); }
H1.HeaderClassName
{
color: #DCB0C0;
}
.AnyTagClassName
{
color: #DCB0C0;
}
</style>
background-color css
<style>
a { background-color: #DCB0C0; }
a { background-color: rgb(220,176,192); }
div.DivClassName
{
background-color: #DCB0C0;
}
.BgClassName
{
background-color: #DCB0C0;
}
</style>
border-color css
<style>
span { border-color: #DCB0C0; }
span { border-color: rgb(220,176,192); }
td.TdClassName
{
border-color: #DCB0C0;
}
.TagClassName
{
border-color: #DCB0C0;
}
</style>