Shades of Melanie #DCC3C5
Tints of Melanie #DCC3C5
RGB
CMYK
RGB Variations
Color information
#DCC3C5 (or 0xDCC3C5) is known color: Melanie. HEX triplet: DC, C3 and C5. RGB value is (220,195,197). Sum of RGB (Red+Green+Blue) = 220+195+197=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3C5 is #233C3A. Grayscale: #CACACA. Windows color (decimal): -2309179 or 12960732. OLE color: 12960732.
HSL color Cylindrical-coordinate representation of color #DCC3C5: hue angle of 355.2º 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 #DCC3C5 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 197 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.14 |
| HSL | 355.2º | 0.26% | 0.81% | - |
| HSV(B) | 355.2º | 0.11% | 0.86% | - |
| XYZ | 59.11 | 58.28 | 60.96 | - |
| YUV | 202.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 197 | 0 | 0.11 | 0.10 | 0.14 | 355.2 | 0.26 | 0.81 |
| Hex | DC | C3 | C5 | 0 | B | A | E | 163 | 1A | 51 |
| Octal | 334 | 303 | 305 | 0 | 13 | 12 | 16 | 543 | 32 | 121 |
| Binary | 11011100 | 11000011 | 11000101 | 0 | 1011 | 1010 | 1110 | 101100011 | 11010 | 1010001 |
Color Harmonies of #DCC3C5
Complementary color
Monochromatic Colors of #DCC3C5
Black with #DCC3C5
Text Example
Text Example
White with #DCC3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3C5; }
p { color: rgb(220,195,197); }
H1.HeaderClassName
{
color: #DCC3C5;
}
.AnyTagClassName
{
color: #DCC3C5;
}
</style>
background-color css
<style>
a { background-color: #DCC3C5; }
a { background-color: rgb(220,195,197); }
div.DivClassName
{
background-color: #DCC3C5;
}
.BgClassName
{
background-color: #DCC3C5;
}
</style>
border-color css
<style>
span { border-color: #DCC3C5; }
span { border-color: rgb(220,195,197); }
td.TdClassName
{
border-color: #DCC3C5;
}
.TagClassName
{
border-color: #DCC3C5;
}
</style>