Shades of Mauve #DCACF3
Tints of Mauve #DCACF3
RGB
CMYK
RGB Variations
Color information
#DCACF3 (or 0xDCACF3) is known color: Mauve. HEX triplet: DC, AC and F3. RGB value is (220,172,243). Sum of RGB (Red+Green+Blue) = 220+172+243=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACF3 is #23530C. Grayscale: #C2C2C2. Windows color (decimal): -2315021 or 15969500. OLE color: 15969500.
HSL color Cylindrical-coordinate representation of color #DCACF3: hue angle of 280.56º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCACF3 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 172 | 243 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.05 |
| HSL | 280.56º | 0.75% | 0.81% | - |
| HSV(B) | 280.56º | 0.29% | 0.95% | - |
| XYZ | 60.45 | 51.19 | 91.49 | - |
| YUV | 194.45 | 155.4 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 243 | 0.09 | 0.29 | 0 | 0.05 | 280.56 | 0.75 | 0.81 |
| Hex | DC | AC | F3 | 9 | 1D | 0 | 5 | 119 | 4B | 51 |
| Octal | 334 | 254 | 363 | 11 | 35 | 0 | 5 | 431 | 113 | 121 |
| Binary | 11011100 | 10101100 | 11110011 | 1001 | 11101 | 0 | 101 | 100011001 | 1001011 | 1010001 |
Color Harmonies of #DCACF3
Complementary color
Monochromatic Colors of #DCACF3
Black with #DCACF3
Text Example
Text Example
White with #DCACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACF3; }
p { color: rgb(220,172,243); }
H1.HeaderClassName
{
color: #DCACF3;
}
.AnyTagClassName
{
color: #DCACF3;
}
</style>
background-color css
<style>
a { background-color: #DCACF3; }
a { background-color: rgb(220,172,243); }
div.DivClassName
{
background-color: #DCACF3;
}
.BgClassName
{
background-color: #DCACF3;
}
</style>
border-color css
<style>
span { border-color: #DCACF3; }
span { border-color: rgb(220,172,243); }
td.TdClassName
{
border-color: #DCACF3;
}
.TagClassName
{
border-color: #DCACF3;
}
</style>