Shades of Melanie #DCC0C5
Tints of Melanie #DCC0C5
RGB
CMYK
RGB Variations
Color information
#DCC0C5 (or 0xDCC0C5) is known color: Melanie. HEX triplet: DC, C0 and C5. RGB value is (220,192,197). Sum of RGB (Red+Green+Blue) = 220+192+197=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0C5 is #233F3A. Grayscale: #C8C8C8. Windows color (decimal): -2309947 or 12959964. OLE color: 12959964.
HSL color Cylindrical-coordinate representation of color #DCC0C5: hue angle of 349.29º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCC0C5 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 197 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.14 |
| HSL | 349.29º | 0.29% | 0.81% | - |
| HSV(B) | 349.29º | 0.13% | 0.86% | - |
| XYZ | 58.44 | 56.95 | 60.73 | - |
| YUV | 200.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 197 | 0 | 0.13 | 0.10 | 0.14 | 349.29 | 0.29 | 0.81 |
| Hex | DC | C0 | C5 | 0 | D | A | E | 15D | 1D | 51 |
| Octal | 334 | 300 | 305 | 0 | 15 | 12 | 16 | 535 | 35 | 121 |
| Binary | 11011100 | 11000000 | 11000101 | 0 | 1101 | 1010 | 1110 | 101011101 | 11101 | 1010001 |
Color Harmonies of #DCC0C5
Complementary color
Monochromatic Colors of #DCC0C5
Black with #DCC0C5
Text Example
Text Example
White with #DCC0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0C5; }
p { color: rgb(220,192,197); }
H1.HeaderClassName
{
color: #DCC0C5;
}
.AnyTagClassName
{
color: #DCC0C5;
}
</style>
background-color css
<style>
a { background-color: #DCC0C5; }
a { background-color: rgb(220,192,197); }
div.DivClassName
{
background-color: #DCC0C5;
}
.BgClassName
{
background-color: #DCC0C5;
}
</style>
border-color css
<style>
span { border-color: #DCC0C5; }
span { border-color: rgb(220,192,197); }
td.TdClassName
{
border-color: #DCC0C5;
}
.TagClassName
{
border-color: #DCC0C5;
}
</style>