Shades of Melanie #DCC7CA
Tints of Melanie #DCC7CA
RGB
CMYK
RGB Variations
Color information
#DCC7CA (or 0xDCC7CA) is known color: Melanie. HEX triplet: DC, C7 and CA. RGB value is (220,199,202). Sum of RGB (Red+Green+Blue) = 220+199+202=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7CA is #233835. Grayscale: #CDCDCD. Windows color (decimal): -2308150 or 13289436. OLE color: 13289436.
HSL color Cylindrical-coordinate representation of color #DCC7CA: hue angle of 351.43º degrees, saturation: 0.23, 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 #DCC7CA is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 202 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.14 |
| HSL | 351.43º | 0.23% | 0.82% | - |
| HSV(B) | 351.43º | 0.1% | 0.86% | - |
| XYZ | 60.6 | 60.33 | 64.33 | - |
| YUV | 205.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 202 | 0 | 0.10 | 0.08 | 0.14 | 351.43 | 0.23 | 0.82 |
| Hex | DC | C7 | CA | 0 | A | 8 | E | 15F | 17 | 52 |
| Octal | 334 | 307 | 312 | 0 | 12 | 10 | 16 | 537 | 27 | 122 |
| Binary | 11011100 | 11000111 | 11001010 | 0 | 1010 | 1000 | 1110 | 101011111 | 10111 | 1010010 |
Color Harmonies of #DCC7CA
Complementary color
Monochromatic Colors of #DCC7CA
Black with #DCC7CA
Text Example
Text Example
White with #DCC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7CA; }
p { color: rgb(220,199,202); }
H1.HeaderClassName
{
color: #DCC7CA;
}
.AnyTagClassName
{
color: #DCC7CA;
}
</style>
background-color css
<style>
a { background-color: #DCC7CA; }
a { background-color: rgb(220,199,202); }
div.DivClassName
{
background-color: #DCC7CA;
}
.BgClassName
{
background-color: #DCC7CA;
}
</style>
border-color css
<style>
span { border-color: #DCC7CA; }
span { border-color: rgb(220,199,202); }
td.TdClassName
{
border-color: #DCC7CA;
}
.TagClassName
{
border-color: #DCC7CA;
}
</style>