Shades of Mauve #DCACFC
Tints of Mauve #DCACFC
RGB
CMYK
RGB Variations
Color information
#DCACFC (or 0xDCACFC) is known color: Mauve. HEX triplet: DC, AC and FC. RGB value is (220,172,252). Sum of RGB (Red+Green+Blue) = 220+172+252=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACFC is #235303. Grayscale: #C3C3C3. Windows color (decimal): -2315012 or 16559324. OLE color: 16559324.
HSL color Cylindrical-coordinate representation of color #DCACFC: hue angle of 276º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCACFC is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 172 | 252 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.01 |
| HSL | 276º | 0.93% | 0.83% | - |
| HSV(B) | 276º | 0.32% | 0.99% | - |
| XYZ | 61.84 | 51.75 | 98.82 | - |
| YUV | 195.47 | 159.9 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 252 | 0.13 | 0.32 | 0 | 0.01 | 276 | 0.93 | 0.83 |
| Hex | DC | AC | FC | D | 20 | 0 | 1 | 114 | 5D | 53 |
| Octal | 334 | 254 | 374 | 15 | 40 | 0 | 1 | 424 | 135 | 123 |
| Binary | 11011100 | 10101100 | 11111100 | 1101 | 100000 | 0 | 1 | 100010100 | 1011101 | 1010011 |
Color Harmonies of #DCACFC
Complementary color
Monochromatic Colors of #DCACFC
Black with #DCACFC
Text Example
Text Example
White with #DCACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACFC; }
p { color: rgb(220,172,252); }
H1.HeaderClassName
{
color: #DCACFC;
}
.AnyTagClassName
{
color: #DCACFC;
}
</style>
background-color css
<style>
a { background-color: #DCACFC; }
a { background-color: rgb(220,172,252); }
div.DivClassName
{
background-color: #DCACFC;
}
.BgClassName
{
background-color: #DCACFC;
}
</style>
border-color css
<style>
span { border-color: #DCACFC; }
span { border-color: rgb(220,172,252); }
td.TdClassName
{
border-color: #DCACFC;
}
.TagClassName
{
border-color: #DCACFC;
}
</style>