Shades of Melanie #DCC2C4
Tints of Melanie #DCC2C4
RGB
CMYK
RGB Variations
Color information
#DCC2C4 (or 0xDCC2C4) is known color: Melanie. HEX triplet: DC, C2 and C4. RGB value is (220,194,196). Sum of RGB (Red+Green+Blue) = 220+194+196=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2C4 is #233D3B. Grayscale: #CACACA. Windows color (decimal): -2309436 or 12894940. OLE color: 12894940.
HSL color Cylindrical-coordinate representation of color #DCC2C4: hue angle of 355.38º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC2C4 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 196 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.14 |
| HSL | 355.38º | 0.27% | 0.81% | - |
| HSV(B) | 355.38º | 0.12% | 0.86% | - |
| XYZ | 58.77 | 57.78 | 60.28 | - |
| YUV | 202 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 196 | 0 | 0.12 | 0.11 | 0.14 | 355.38 | 0.27 | 0.81 |
| Hex | DC | C2 | C4 | 0 | C | B | E | 163 | 1B | 51 |
| Octal | 334 | 302 | 304 | 0 | 14 | 13 | 16 | 543 | 33 | 121 |
| Binary | 11011100 | 11000010 | 11000100 | 0 | 1100 | 1011 | 1110 | 101100011 | 11011 | 1010001 |
Color Harmonies of #DCC2C4
Complementary color
Monochromatic Colors of #DCC2C4
Black with #DCC2C4
Text Example
Text Example
White with #DCC2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2C4; }
p { color: rgb(220,194,196); }
H1.HeaderClassName
{
color: #DCC2C4;
}
.AnyTagClassName
{
color: #DCC2C4;
}
</style>
background-color css
<style>
a { background-color: #DCC2C4; }
a { background-color: rgb(220,194,196); }
div.DivClassName
{
background-color: #DCC2C4;
}
.BgClassName
{
background-color: #DCC2C4;
}
</style>
border-color css
<style>
span { border-color: #DCC2C4; }
span { border-color: rgb(220,194,196); }
td.TdClassName
{
border-color: #DCC2C4;
}
.TagClassName
{
border-color: #DCC2C4;
}
</style>