Shades of Melanie #DCC6C9
Tints of Melanie #DCC6C9
RGB
CMYK
RGB Variations
Color information
#DCC6C9 (or 0xDCC6C9) is known color: Melanie. HEX triplet: DC, C6 and C9. RGB value is (220,198,201). Sum of RGB (Red+Green+Blue) = 220+198+201=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6C9 is #233936. Grayscale: #CCCCCC. Windows color (decimal): -2308407 or 13223644. OLE color: 13223644.
HSL color Cylindrical-coordinate representation of color #DCC6C9: hue angle of 351.82º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC6C9 is Cyan = 0, Magento = 0.1, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 201 | - |
| CMYK | 0 | 0.1 | 0.09 | 0.14 |
| HSL | 351.82º | 0.24% | 0.82% | - |
| HSV(B) | 351.82º | 0.1% | 0.86% | - |
| XYZ | 60.25 | 59.82 | 63.63 | - |
| YUV | 204.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 201 | 0 | 0.1 | 0.09 | 0.14 | 351.82 | 0.24 | 0.82 |
| Hex | DC | C6 | C9 | 0 | A | 9 | E | 160 | 18 | 52 |
| Octal | 334 | 306 | 311 | 0 | 12 | 11 | 16 | 540 | 30 | 122 |
| Binary | 11011100 | 11000110 | 11001001 | 0 | 1010 | 1001 | 1110 | 101100000 | 11000 | 1010010 |
Color Harmonies of #DCC6C9
Complementary color
Monochromatic Colors of #DCC6C9
Black with #DCC6C9
Text Example
Text Example
White with #DCC6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6C9; }
p { color: rgb(220,198,201); }
H1.HeaderClassName
{
color: #DCC6C9;
}
.AnyTagClassName
{
color: #DCC6C9;
}
</style>
background-color css
<style>
a { background-color: #DCC6C9; }
a { background-color: rgb(220,198,201); }
div.DivClassName
{
background-color: #DCC6C9;
}
.BgClassName
{
background-color: #DCC6C9;
}
</style>
border-color css
<style>
span { border-color: #DCC6C9; }
span { border-color: rgb(220,198,201); }
td.TdClassName
{
border-color: #DCC6C9;
}
.TagClassName
{
border-color: #DCC6C9;
}
</style>