Shades of Melanie #DCC2C9
Tints of Melanie #DCC2C9
RGB
CMYK
RGB Variations
Color information
#DCC2C9 (or 0xDCC2C9) is known color: Melanie. HEX triplet: DC, C2 and C9. RGB value is (220,194,201). Sum of RGB (Red+Green+Blue) = 220+194+201=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2C9 is #233D36. Grayscale: #CACACA. Windows color (decimal): -2309431 or 13222620. OLE color: 13222620.
HSL color Cylindrical-coordinate representation of color #DCC2C9: hue angle of 343.85º 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 #DCC2C9 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 201 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.14 |
| HSL | 343.85º | 0.27% | 0.81% | - |
| HSV(B) | 343.85º | 0.12% | 0.86% | - |
| XYZ | 59.35 | 58.02 | 63.33 | - |
| YUV | 202.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 201 | 0 | 0.12 | 0.09 | 0.14 | 343.85 | 0.27 | 0.81 |
| Hex | DC | C2 | C9 | 0 | C | 9 | E | 158 | 1B | 51 |
| Octal | 334 | 302 | 311 | 0 | 14 | 11 | 16 | 530 | 33 | 121 |
| Binary | 11011100 | 11000010 | 11001001 | 0 | 1100 | 1001 | 1110 | 101011000 | 11011 | 1010001 |
Color Harmonies of #DCC2C9
Complementary color
Monochromatic Colors of #DCC2C9
Black with #DCC2C9
Text Example
Text Example
White with #DCC2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2C9; }
p { color: rgb(220,194,201); }
H1.HeaderClassName
{
color: #DCC2C9;
}
.AnyTagClassName
{
color: #DCC2C9;
}
</style>
background-color css
<style>
a { background-color: #DCC2C9; }
a { background-color: rgb(220,194,201); }
div.DivClassName
{
background-color: #DCC2C9;
}
.BgClassName
{
background-color: #DCC2C9;
}
</style>
border-color css
<style>
span { border-color: #DCC2C9; }
span { border-color: rgb(220,194,201); }
td.TdClassName
{
border-color: #DCC2C9;
}
.TagClassName
{
border-color: #DCC2C9;
}
</style>