Shades of Melanie #DCC3C6
Tints of Melanie #DCC3C6
RGB
CMYK
RGB Variations
Color information
#DCC3C6 (or 0xDCC3C6) is known color: Melanie. HEX triplet: DC, C3 and C6. RGB value is (220,195,198). Sum of RGB (Red+Green+Blue) = 220+195+198=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3C6 is #233C39. Grayscale: #CACACA. Windows color (decimal): -2309178 or 13026268. OLE color: 13026268.
HSL color Cylindrical-coordinate representation of color #DCC3C6: hue angle of 352.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC3C6 is Cyan = 0, Magento = 0.11, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 198 | - |
| CMYK | 0 | 0.11 | 0.1 | 0.14 |
| HSL | 352.8º | 0.26% | 0.81% | - |
| HSV(B) | 352.8º | 0.11% | 0.86% | - |
| XYZ | 59.22 | 58.32 | 61.56 | - |
| YUV | 202.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 198 | 0 | 0.11 | 0.1 | 0.14 | 352.8 | 0.26 | 0.81 |
| Hex | DC | C3 | C6 | 0 | B | A | E | 161 | 1A | 51 |
| Octal | 334 | 303 | 306 | 0 | 13 | 12 | 16 | 541 | 32 | 121 |
| Binary | 11011100 | 11000011 | 11000110 | 0 | 1011 | 1010 | 1110 | 101100001 | 11010 | 1010001 |
Color Harmonies of #DCC3C6
Complementary color
Monochromatic Colors of #DCC3C6
Black with #DCC3C6
Text Example
Text Example
White with #DCC3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3C6; }
p { color: rgb(220,195,198); }
H1.HeaderClassName
{
color: #DCC3C6;
}
.AnyTagClassName
{
color: #DCC3C6;
}
</style>
background-color css
<style>
a { background-color: #DCC3C6; }
a { background-color: rgb(220,195,198); }
div.DivClassName
{
background-color: #DCC3C6;
}
.BgClassName
{
background-color: #DCC3C6;
}
</style>
border-color css
<style>
span { border-color: #DCC3C6; }
span { border-color: rgb(220,195,198); }
td.TdClassName
{
border-color: #DCC3C6;
}
.TagClassName
{
border-color: #DCC3C6;
}
</style>