Shades of Melanie #DCC1C6
Tints of Melanie #DCC1C6
RGB
CMYK
RGB Variations
Color information
#DCC1C6 (or 0xDCC1C6) is known color: Melanie. HEX triplet: DC, C1 and C6. RGB value is (220,193,198). Sum of RGB (Red+Green+Blue) = 220+193+198=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1C6 is #233E39. Grayscale: #C9C9C9. Windows color (decimal): -2309690 or 13025756. OLE color: 13025756.
HSL color Cylindrical-coordinate representation of color #DCC1C6: hue angle of 348.89º degrees, saturation: 0.28, 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 #DCC1C6 is Cyan = 0, Magento = 0.12, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 198 | - |
| CMYK | 0 | 0.12 | 0.1 | 0.14 |
| HSL | 348.89º | 0.28% | 0.81% | - |
| HSV(B) | 348.89º | 0.12% | 0.86% | - |
| XYZ | 58.78 | 57.43 | 61.41 | - |
| YUV | 201.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 198 | 0 | 0.12 | 0.1 | 0.14 | 348.89 | 0.28 | 0.81 |
| Hex | DC | C1 | C6 | 0 | C | A | E | 15D | 1C | 51 |
| Octal | 334 | 301 | 306 | 0 | 14 | 12 | 16 | 535 | 34 | 121 |
| Binary | 11011100 | 11000001 | 11000110 | 0 | 1100 | 1010 | 1110 | 101011101 | 11100 | 1010001 |
Color Harmonies of #DCC1C6
Complementary color
Monochromatic Colors of #DCC1C6
Black with #DCC1C6
Text Example
Text Example
White with #DCC1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1C6; }
p { color: rgb(220,193,198); }
H1.HeaderClassName
{
color: #DCC1C6;
}
.AnyTagClassName
{
color: #DCC1C6;
}
</style>
background-color css
<style>
a { background-color: #DCC1C6; }
a { background-color: rgb(220,193,198); }
div.DivClassName
{
background-color: #DCC1C6;
}
.BgClassName
{
background-color: #DCC1C6;
}
</style>
border-color css
<style>
span { border-color: #DCC1C6; }
span { border-color: rgb(220,193,198); }
td.TdClassName
{
border-color: #DCC1C6;
}
.TagClassName
{
border-color: #DCC1C6;
}
</style>