Shades of Melanie #DCACC3
Tints of Melanie #DCACC3
RGB
CMYK
RGB Variations
Color information
#DCACC3 (or 0xDCACC3) is known color: Melanie. HEX triplet: DC, AC and C3. RGB value is (220,172,195). Sum of RGB (Red+Green+Blue) = 220+172+195=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACC3 is #23533C. Grayscale: #BCBCBC. Windows color (decimal): -2315069 or 12823772. OLE color: 12823772.
HSL color Cylindrical-coordinate representation of color #DCACC3: hue angle of 331.25º 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 #DCACC3 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 195 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.14 |
| HSL | 331.25º | 0.41% | 0.77% | - |
| HSV(B) | 331.25º | 0.22% | 0.86% | - |
| XYZ | 54.12 | 48.66 | 58.17 | - |
| YUV | 188.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 195 | 0 | 0.22 | 0.11 | 0.14 | 331.25 | 0.41 | 0.77 |
| Hex | DC | AC | C3 | 0 | 16 | B | E | 14B | 29 | 4D |
| Octal | 334 | 254 | 303 | 0 | 26 | 13 | 16 | 513 | 51 | 115 |
| Binary | 11011100 | 10101100 | 11000011 | 0 | 10110 | 1011 | 1110 | 101001011 | 101001 | 1001101 |
Color Harmonies of #DCACC3
Complementary color
Monochromatic Colors of #DCACC3
Black with #DCACC3
Text Example
Text Example
White with #DCACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACC3; }
p { color: rgb(220,172,195); }
H1.HeaderClassName
{
color: #DCACC3;
}
.AnyTagClassName
{
color: #DCACC3;
}
</style>
background-color css
<style>
a { background-color: #DCACC3; }
a { background-color: rgb(220,172,195); }
div.DivClassName
{
background-color: #DCACC3;
}
.BgClassName
{
background-color: #DCACC3;
}
</style>
border-color css
<style>
span { border-color: #DCACC3; }
span { border-color: rgb(220,172,195); }
td.TdClassName
{
border-color: #DCACC3;
}
.TagClassName
{
border-color: #DCACC3;
}
</style>