Shades of Melanie #DCC5C8
Tints of Melanie #DCC5C8
RGB
CMYK
RGB Variations
Color information
#DCC5C8 (or 0xDCC5C8) is known color: Melanie. HEX triplet: DC, C5 and C8. RGB value is (220,197,200). Sum of RGB (Red+Green+Blue) = 220+197+200=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5C8 is #233A37. Grayscale: #CCCCCC. Windows color (decimal): -2308664 or 13157852. OLE color: 13157852.
HSL color Cylindrical-coordinate representation of color #DCC5C8: hue angle of 352.17º degrees, saturation: 0.25, 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 #DCC5C8 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 200 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.14 |
| HSL | 352.17º | 0.25% | 0.82% | - |
| HSV(B) | 352.17º | 0.1% | 0.86% | - |
| XYZ | 59.91 | 59.32 | 62.94 | - |
| YUV | 204.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 200 | 0 | 0.10 | 0.09 | 0.14 | 352.17 | 0.25 | 0.82 |
| Hex | DC | C5 | C8 | 0 | A | 9 | E | 160 | 19 | 52 |
| Octal | 334 | 305 | 310 | 0 | 12 | 11 | 16 | 540 | 31 | 122 |
| Binary | 11011100 | 11000101 | 11001000 | 0 | 1010 | 1001 | 1110 | 101100000 | 11001 | 1010010 |
Color Harmonies of #DCC5C8
Complementary color
Monochromatic Colors of #DCC5C8
Black with #DCC5C8
Text Example
Text Example
White with #DCC5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5C8; }
p { color: rgb(220,197,200); }
H1.HeaderClassName
{
color: #DCC5C8;
}
.AnyTagClassName
{
color: #DCC5C8;
}
</style>
background-color css
<style>
a { background-color: #DCC5C8; }
a { background-color: rgb(220,197,200); }
div.DivClassName
{
background-color: #DCC5C8;
}
.BgClassName
{
background-color: #DCC5C8;
}
</style>
border-color css
<style>
span { border-color: #DCC5C8; }
span { border-color: rgb(220,197,200); }
td.TdClassName
{
border-color: #DCC5C8;
}
.TagClassName
{
border-color: #DCC5C8;
}
</style>