Shades of Melanie #DCC1CA
Tints of Melanie #DCC1CA
RGB
CMYK
RGB Variations
Color information
#DCC1CA (or 0xDCC1CA) is known color: Melanie. HEX triplet: DC, C1 and CA. RGB value is (220,193,202). Sum of RGB (Red+Green+Blue) = 220+193+202=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1CA is #233E35. Grayscale: #CACACA. Windows color (decimal): -2309686 or 13287900. OLE color: 13287900.
HSL color Cylindrical-coordinate representation of color #DCC1CA: hue angle of 340º degrees, saturation: 0.28, 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 #DCC1CA is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 202 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.14 |
| HSL | 340º | 0.28% | 0.81% | - |
| HSV(B) | 340º | 0.12% | 0.86% | - |
| XYZ | 59.25 | 57.62 | 63.88 | - |
| YUV | 202.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 202 | 0 | 0.12 | 0.08 | 0.14 | 340 | 0.28 | 0.81 |
| Hex | DC | C1 | CA | 0 | C | 8 | E | 154 | 1C | 51 |
| Octal | 334 | 301 | 312 | 0 | 14 | 10 | 16 | 524 | 34 | 121 |
| Binary | 11011100 | 11000001 | 11001010 | 0 | 1100 | 1000 | 1110 | 101010100 | 11100 | 1010001 |
Color Harmonies of #DCC1CA
Complementary color
Monochromatic Colors of #DCC1CA
Black with #DCC1CA
Text Example
Text Example
White with #DCC1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1CA; }
p { color: rgb(220,193,202); }
H1.HeaderClassName
{
color: #DCC1CA;
}
.AnyTagClassName
{
color: #DCC1CA;
}
</style>
background-color css
<style>
a { background-color: #DCC1CA; }
a { background-color: rgb(220,193,202); }
div.DivClassName
{
background-color: #DCC1CA;
}
.BgClassName
{
background-color: #DCC1CA;
}
</style>
border-color css
<style>
span { border-color: #DCC1CA; }
span { border-color: rgb(220,193,202); }
td.TdClassName
{
border-color: #DCC1CA;
}
.TagClassName
{
border-color: #DCC1CA;
}
</style>