Shades of Mauve #DCACFA
Tints of Mauve #DCACFA
RGB
CMYK
RGB Variations
Color information
#DCACFA (or 0xDCACFA) is known color: Mauve. HEX triplet: DC, AC and FA. RGB value is (220,172,250). Sum of RGB (Red+Green+Blue) = 220+172+250=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACFA is #235305. Grayscale: #C2C2C2. Windows color (decimal): -2315014 or 16428252. OLE color: 16428252.
HSL color Cylindrical-coordinate representation of color #DCACFA: hue angle of 276.92º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCACFA is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 172 | 250 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.02 |
| HSL | 276.92º | 0.89% | 0.83% | - |
| HSV(B) | 276.92º | 0.31% | 0.98% | - |
| XYZ | 61.52 | 51.62 | 97.16 | - |
| YUV | 195.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 250 | 0.12 | 0.31 | 0 | 0.02 | 276.92 | 0.89 | 0.83 |
| Hex | DC | AC | FA | C | 1F | 0 | 2 | 115 | 59 | 53 |
| Octal | 334 | 254 | 372 | 14 | 37 | 0 | 2 | 425 | 131 | 123 |
| Binary | 11011100 | 10101100 | 11111010 | 1100 | 11111 | 0 | 10 | 100010101 | 1011001 | 1010011 |
Color Harmonies of #DCACFA
Complementary color
Monochromatic Colors of #DCACFA
Black with #DCACFA
Text Example
Text Example
White with #DCACFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACFA; }
p { color: rgb(220,172,250); }
H1.HeaderClassName
{
color: #DCACFA;
}
.AnyTagClassName
{
color: #DCACFA;
}
</style>
background-color css
<style>
a { background-color: #DCACFA; }
a { background-color: rgb(220,172,250); }
div.DivClassName
{
background-color: #DCACFA;
}
.BgClassName
{
background-color: #DCACFA;
}
</style>
border-color css
<style>
span { border-color: #DCACFA; }
span { border-color: rgb(220,172,250); }
td.TdClassName
{
border-color: #DCACFA;
}
.TagClassName
{
border-color: #DCACFA;
}
</style>