Shades of Mauve #DCACFF
Tints of Mauve #DCACFF
RGB
CMYK
RGB Variations
Color information
#DCACFF (or 0xDCACFF) is known color: Mauve. HEX triplet: DC, AC and FF. RGB value is (220,172,255). Sum of RGB (Red+Green+Blue) = 220+172+255=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACFF is #235300. Grayscale: #C3C3C3. Windows color (decimal): -2315009 or 16755932. OLE color: 16755932.
HSL color Cylindrical-coordinate representation of color #DCACFF: hue angle of 274.7º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCACFF is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 172 | 255 | - |
| CMYK | 0.14 | 0.33 | 0 | 0 |
| HSL | 274.7º | 1% | 0.84% | - |
| HSV(B) | 274.7º | 0.33% | 1% | - |
| XYZ | 62.32 | 51.94 | 101.35 | - |
| YUV | 195.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 255 | 0.14 | 0.33 | 0 | 0 | 274.7 | 1 | 0.84 |
| Hex | DC | AC | FF | E | 21 | 0 | 0 | 113 | 64 | 54 |
| Octal | 334 | 254 | 377 | 16 | 41 | 0 | 0 | 423 | 144 | 124 |
| Binary | 11011100 | 10101100 | 11111111 | 1110 | 100001 | 0 | 0 | 100010011 | 1100100 | 1010100 |
Color Harmonies of #DCACFF
Complementary color
Monochromatic Colors of #DCACFF
Black with #DCACFF
Text Example
Text Example
White with #DCACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACFF; }
p { color: rgb(220,172,255); }
H1.HeaderClassName
{
color: #DCACFF;
}
.AnyTagClassName
{
color: #DCACFF;
}
</style>
background-color css
<style>
a { background-color: #DCACFF; }
a { background-color: rgb(220,172,255); }
div.DivClassName
{
background-color: #DCACFF;
}
.BgClassName
{
background-color: #DCACFF;
}
</style>
border-color css
<style>
span { border-color: #DCACFF; }
span { border-color: rgb(220,172,255); }
td.TdClassName
{
border-color: #DCACFF;
}
.TagClassName
{
border-color: #DCACFF;
}
</style>