Shades of Mauve #DCACEC
Tints of Mauve #DCACEC
RGB
CMYK
RGB Variations
Color information
#DCACEC (or 0xDCACEC) is known color: Mauve. HEX triplet: DC, AC and EC. RGB value is (220,172,236). Sum of RGB (Red+Green+Blue) = 220+172+236=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACEC is #235313. Grayscale: #C1C1C1. Windows color (decimal): -2315028 or 15510748. OLE color: 15510748.
HSL color Cylindrical-coordinate representation of color #DCACEC: hue angle of 285º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCACEC is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 172 | 236 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.07 |
| HSL | 285º | 0.63% | 0.8% | - |
| HSV(B) | 285º | 0.27% | 0.93% | - |
| XYZ | 59.41 | 50.78 | 86.03 | - |
| YUV | 193.65 | 151.9 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 236 | 0.07 | 0.27 | 0 | 0.07 | 285 | 0.63 | 0.8 |
| Hex | DC | AC | EC | 7 | 1B | 0 | 7 | 11D | 3F | 50 |
| Octal | 334 | 254 | 354 | 7 | 33 | 0 | 7 | 435 | 77 | 120 |
| Binary | 11011100 | 10101100 | 11101100 | 111 | 11011 | 0 | 111 | 100011101 | 111111 | 1010000 |
Color Harmonies of #DCACEC
Complementary color
Monochromatic Colors of #DCACEC
Black with #DCACEC
Text Example
Text Example
White with #DCACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACEC; }
p { color: rgb(220,172,236); }
H1.HeaderClassName
{
color: #DCACEC;
}
.AnyTagClassName
{
color: #DCACEC;
}
</style>
background-color css
<style>
a { background-color: #DCACEC; }
a { background-color: rgb(220,172,236); }
div.DivClassName
{
background-color: #DCACEC;
}
.BgClassName
{
background-color: #DCACEC;
}
</style>
border-color css
<style>
span { border-color: #DCACEC; }
span { border-color: rgb(220,172,236); }
td.TdClassName
{
border-color: #DCACEC;
}
.TagClassName
{
border-color: #DCACEC;
}
</style>