Shades of Melanie #DCC2C5
Tints of Melanie #DCC2C5
RGB
CMYK
RGB Variations
Color information
#DCC2C5 (or 0xDCC2C5) is known color: Melanie. HEX triplet: DC, C2 and C5. RGB value is (220,194,197). Sum of RGB (Red+Green+Blue) = 220+194+197=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2C5 is #233D3A. Grayscale: #CACACA. Windows color (decimal): -2309435 or 12960476. OLE color: 12960476.
HSL color Cylindrical-coordinate representation of color #DCC2C5: hue angle of 353.08º 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 #DCC2C5 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 197 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.14 |
| HSL | 353.08º | 0.27% | 0.81% | - |
| HSV(B) | 353.08º | 0.12% | 0.86% | - |
| XYZ | 58.89 | 57.83 | 60.88 | - |
| YUV | 202.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 197 | 0 | 0.12 | 0.10 | 0.14 | 353.08 | 0.27 | 0.81 |
| Hex | DC | C2 | C5 | 0 | C | A | E | 161 | 1B | 51 |
| Octal | 334 | 302 | 305 | 0 | 14 | 12 | 16 | 541 | 33 | 121 |
| Binary | 11011100 | 11000010 | 11000101 | 0 | 1100 | 1010 | 1110 | 101100001 | 11011 | 1010001 |
Color Harmonies of #DCC2C5
Complementary color
Monochromatic Colors of #DCC2C5
Black with #DCC2C5
Text Example
Text Example
White with #DCC2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2C5; }
p { color: rgb(220,194,197); }
H1.HeaderClassName
{
color: #DCC2C5;
}
.AnyTagClassName
{
color: #DCC2C5;
}
</style>
background-color css
<style>
a { background-color: #DCC2C5; }
a { background-color: rgb(220,194,197); }
div.DivClassName
{
background-color: #DCC2C5;
}
.BgClassName
{
background-color: #DCC2C5;
}
</style>
border-color css
<style>
span { border-color: #DCC2C5; }
span { border-color: rgb(220,194,197); }
td.TdClassName
{
border-color: #DCC2C5;
}
.TagClassName
{
border-color: #DCC2C5;
}
</style>