Shades of Mauve #DCACFE
Tints of Mauve #DCACFE
RGB
CMYK
RGB Variations
Color information
#DCACFE (or 0xDCACFE) is known color: Mauve. HEX triplet: DC, AC and FE. RGB value is (220,172,254). Sum of RGB (Red+Green+Blue) = 220+172+254=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACFE is #235301. Grayscale: #C3C3C3. Windows color (decimal): -2315010 or 16690396. OLE color: 16690396.
HSL color Cylindrical-coordinate representation of color #DCACFE: hue angle of 275.12º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCACFE is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 172 | 254 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.00 |
| HSL | 275.12º | 0.98% | 0.84% | - |
| HSV(B) | 275.12º | 0.32% | 1% | - |
| XYZ | 62.16 | 51.88 | 100.5 | - |
| YUV | 195.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 254 | 0.13 | 0.32 | 0 | 0.00 | 275.12 | 0.98 | 0.84 |
| Hex | DC | AC | FE | D | 20 | 0 | 0 | 113 | 62 | 54 |
| Octal | 334 | 254 | 376 | 15 | 40 | 0 | 0 | 423 | 142 | 124 |
| Binary | 11011100 | 10101100 | 11111110 | 1101 | 100000 | 0 | 0 | 100010011 | 1100010 | 1010100 |
Color Harmonies of #DCACFE
Complementary color
Monochromatic Colors of #DCACFE
Black with #DCACFE
Text Example
Text Example
White with #DCACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACFE; }
p { color: rgb(220,172,254); }
H1.HeaderClassName
{
color: #DCACFE;
}
.AnyTagClassName
{
color: #DCACFE;
}
</style>
background-color css
<style>
a { background-color: #DCACFE; }
a { background-color: rgb(220,172,254); }
div.DivClassName
{
background-color: #DCACFE;
}
.BgClassName
{
background-color: #DCACFE;
}
</style>
border-color css
<style>
span { border-color: #DCACFE; }
span { border-color: rgb(220,172,254); }
td.TdClassName
{
border-color: #DCACFE;
}
.TagClassName
{
border-color: #DCACFE;
}
</style>