Shades of Melanie #DCC1C7
Tints of Melanie #DCC1C7
RGB
CMYK
RGB Variations
Color information
#DCC1C7 (or 0xDCC1C7) is known color: Melanie. HEX triplet: DC, C1 and C7. RGB value is (220,193,199). Sum of RGB (Red+Green+Blue) = 220+193+199=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1C7 is #233E38. Grayscale: #C9C9C9. Windows color (decimal): -2309689 or 13091292. OLE color: 13091292.
HSL color Cylindrical-coordinate representation of color #DCC1C7: hue angle of 346.67º 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 #DCC1C7 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 199 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.14 |
| HSL | 346.67º | 0.28% | 0.81% | - |
| HSV(B) | 346.67º | 0.12% | 0.86% | - |
| XYZ | 58.89 | 57.48 | 62.02 | - |
| YUV | 201.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 199 | 0 | 0.12 | 0.10 | 0.14 | 346.67 | 0.28 | 0.81 |
| Hex | DC | C1 | C7 | 0 | C | A | E | 15B | 1C | 51 |
| Octal | 334 | 301 | 307 | 0 | 14 | 12 | 16 | 533 | 34 | 121 |
| Binary | 11011100 | 11000001 | 11000111 | 0 | 1100 | 1010 | 1110 | 101011011 | 11100 | 1010001 |
Color Harmonies of #DCC1C7
Complementary color
Monochromatic Colors of #DCC1C7
Black with #DCC1C7
Text Example
Text Example
White with #DCC1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1C7; }
p { color: rgb(220,193,199); }
H1.HeaderClassName
{
color: #DCC1C7;
}
.AnyTagClassName
{
color: #DCC1C7;
}
</style>
background-color css
<style>
a { background-color: #DCC1C7; }
a { background-color: rgb(220,193,199); }
div.DivClassName
{
background-color: #DCC1C7;
}
.BgClassName
{
background-color: #DCC1C7;
}
</style>
border-color css
<style>
span { border-color: #DCC1C7; }
span { border-color: rgb(220,193,199); }
td.TdClassName
{
border-color: #DCC1C7;
}
.TagClassName
{
border-color: #DCC1C7;
}
</style>