Shades of Melanie #DCC4C8
Tints of Melanie #DCC4C8
RGB
CMYK
RGB Variations
Color information
#DCC4C8 (or 0xDCC4C8) is known color: Melanie. HEX triplet: DC, C4 and C8. RGB value is (220,196,200). Sum of RGB (Red+Green+Blue) = 220+196+200=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4C8 is #233B37. Grayscale: #CBCBCB. Windows color (decimal): -2308920 or 13157596. OLE color: 13157596.
HSL color Cylindrical-coordinate representation of color #DCC4C8: hue angle of 350º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC4C8 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 200 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.14 |
| HSL | 350º | 0.26% | 0.82% | - |
| HSV(B) | 350º | 0.11% | 0.86% | - |
| XYZ | 59.68 | 58.87 | 62.86 | - |
| YUV | 203.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 200 | 0 | 0.11 | 0.09 | 0.14 | 350 | 0.26 | 0.82 |
| Hex | DC | C4 | C8 | 0 | B | 9 | E | 15E | 1A | 52 |
| Octal | 334 | 304 | 310 | 0 | 13 | 11 | 16 | 536 | 32 | 122 |
| Binary | 11011100 | 11000100 | 11001000 | 0 | 1011 | 1001 | 1110 | 101011110 | 11010 | 1010010 |
Color Harmonies of #DCC4C8
Complementary color
Monochromatic Colors of #DCC4C8
Black with #DCC4C8
Text Example
Text Example
White with #DCC4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4C8; }
p { color: rgb(220,196,200); }
H1.HeaderClassName
{
color: #DCC4C8;
}
.AnyTagClassName
{
color: #DCC4C8;
}
</style>
background-color css
<style>
a { background-color: #DCC4C8; }
a { background-color: rgb(220,196,200); }
div.DivClassName
{
background-color: #DCC4C8;
}
.BgClassName
{
background-color: #DCC4C8;
}
</style>
border-color css
<style>
span { border-color: #DCC4C8; }
span { border-color: rgb(220,196,200); }
td.TdClassName
{
border-color: #DCC4C8;
}
.TagClassName
{
border-color: #DCC4C8;
}
</style>