Shades of Melanie #DCACC1
Tints of Melanie #DCACC1
RGB
CMYK
RGB Variations
Color information
#DCACC1 (or 0xDCACC1) is known color: Melanie. HEX triplet: DC, AC and C1. RGB value is (220,172,193). Sum of RGB (Red+Green+Blue) = 220+172+193=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACC1 is #23533E. Grayscale: #BCBCBC. Windows color (decimal): -2315071 or 12692700. OLE color: 12692700.
HSL color Cylindrical-coordinate representation of color #DCACC1: hue angle of 333.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACC1 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 193 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.14 |
| HSL | 333.75º | 0.41% | 0.77% | - |
| HSV(B) | 333.75º | 0.22% | 0.86% | - |
| XYZ | 53.89 | 48.57 | 56.99 | - |
| YUV | 188.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 193 | 0 | 0.22 | 0.12 | 0.14 | 333.75 | 0.41 | 0.77 |
| Hex | DC | AC | C1 | 0 | 16 | C | E | 14E | 29 | 4D |
| Octal | 334 | 254 | 301 | 0 | 26 | 14 | 16 | 516 | 51 | 115 |
| Binary | 11011100 | 10101100 | 11000001 | 0 | 10110 | 1100 | 1110 | 101001110 | 101001 | 1001101 |
Color Harmonies of #DCACC1
Complementary color
Monochromatic Colors of #DCACC1
Black with #DCACC1
Text Example
Text Example
White with #DCACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACC1; }
p { color: rgb(220,172,193); }
H1.HeaderClassName
{
color: #DCACC1;
}
.AnyTagClassName
{
color: #DCACC1;
}
</style>
background-color css
<style>
a { background-color: #DCACC1; }
a { background-color: rgb(220,172,193); }
div.DivClassName
{
background-color: #DCACC1;
}
.BgClassName
{
background-color: #DCACC1;
}
</style>
border-color css
<style>
span { border-color: #DCACC1; }
span { border-color: rgb(220,172,193); }
td.TdClassName
{
border-color: #DCACC1;
}
.TagClassName
{
border-color: #DCACC1;
}
</style>