Shades of Mauve #DCAAEC
Tints of Mauve #DCAAEC
RGB
CMYK
RGB Variations
Color information
#DCAAEC (or 0xDCAAEC) is known color: Mauve. HEX triplet: DC, AA and EC. RGB value is (220,170,236). Sum of RGB (Red+Green+Blue) = 220+170+236=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAEC is #235513. Grayscale: #C0C0C0. Windows color (decimal): -2315540 or 15510236. OLE color: 15510236.
HSL color Cylindrical-coordinate representation of color #DCAAEC: hue angle of 285.45º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCAAEC is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 170 | 236 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.07 |
| HSL | 285.45º | 0.63% | 0.8% | - |
| HSV(B) | 285.45º | 0.28% | 0.93% | - |
| XYZ | 59.03 | 50.02 | 85.9 | - |
| YUV | 192.47 | 152.57 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 236 | 0.07 | 0.28 | 0 | 0.07 | 285.45 | 0.63 | 0.8 |
| Hex | DC | AA | EC | 7 | 1C | 0 | 7 | 11D | 3F | 50 |
| Octal | 334 | 252 | 354 | 7 | 34 | 0 | 7 | 435 | 77 | 120 |
| Binary | 11011100 | 10101010 | 11101100 | 111 | 11100 | 0 | 111 | 100011101 | 111111 | 1010000 |
Color Harmonies of #DCAAEC
Complementary color
Monochromatic Colors of #DCAAEC
Black with #DCAAEC
Text Example
Text Example
White with #DCAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAEC; }
p { color: rgb(220,170,236); }
H1.HeaderClassName
{
color: #DCAAEC;
}
.AnyTagClassName
{
color: #DCAAEC;
}
</style>
background-color css
<style>
a { background-color: #DCAAEC; }
a { background-color: rgb(220,170,236); }
div.DivClassName
{
background-color: #DCAAEC;
}
.BgClassName
{
background-color: #DCAAEC;
}
</style>
border-color css
<style>
span { border-color: #DCAAEC; }
span { border-color: rgb(220,170,236); }
td.TdClassName
{
border-color: #DCAAEC;
}
.TagClassName
{
border-color: #DCAAEC;
}
</style>