Shades of Melanie #DCC6C8
Tints of Melanie #DCC6C8
RGB
CMYK
RGB Variations
Color information
#DCC6C8 (or 0xDCC6C8) is known color: Melanie. HEX triplet: DC, C6 and C8. RGB value is (220,198,200). Sum of RGB (Red+Green+Blue) = 220+198+200=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6C8 is #233937. Grayscale: #CCCCCC. Windows color (decimal): -2308408 or 13158108. OLE color: 13158108.
HSL color Cylindrical-coordinate representation of color #DCC6C8: hue angle of 354.55º 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 #DCC6C8 is Cyan = 0, Magento = 0.1, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 200 | - |
| CMYK | 0 | 0.1 | 0.09 | 0.14 |
| HSL | 354.55º | 0.24% | 0.82% | - |
| HSV(B) | 354.55º | 0.1% | 0.86% | - |
| XYZ | 60.13 | 59.77 | 63.01 | - |
| YUV | 204.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 200 | 0 | 0.1 | 0.09 | 0.14 | 354.55 | 0.24 | 0.82 |
| Hex | DC | C6 | C8 | 0 | A | 9 | E | 163 | 18 | 52 |
| Octal | 334 | 306 | 310 | 0 | 12 | 11 | 16 | 543 | 30 | 122 |
| Binary | 11011100 | 11000110 | 11001000 | 0 | 1010 | 1001 | 1110 | 101100011 | 11000 | 1010010 |
Color Harmonies of #DCC6C8
Complementary color
Monochromatic Colors of #DCC6C8
Black with #DCC6C8
Text Example
Text Example
White with #DCC6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6C8; }
p { color: rgb(220,198,200); }
H1.HeaderClassName
{
color: #DCC6C8;
}
.AnyTagClassName
{
color: #DCC6C8;
}
</style>
background-color css
<style>
a { background-color: #DCC6C8; }
a { background-color: rgb(220,198,200); }
div.DivClassName
{
background-color: #DCC6C8;
}
.BgClassName
{
background-color: #DCC6C8;
}
</style>
border-color css
<style>
span { border-color: #DCC6C8; }
span { border-color: rgb(220,198,200); }
td.TdClassName
{
border-color: #DCC6C8;
}
.TagClassName
{
border-color: #DCC6C8;
}
</style>