Shades of Mauve #DCAAFC
Tints of Mauve #DCAAFC
RGB
CMYK
RGB Variations
Color information
#DCAAFC (or 0xDCAAFC) is known color: Mauve. HEX triplet: DC, AA and FC. RGB value is (220,170,252). Sum of RGB (Red+Green+Blue) = 220+170+252=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCAAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAFC is #235503. Grayscale: #C2C2C2. Windows color (decimal): -2315524 or 16558812. OLE color: 16558812.
HSL color Cylindrical-coordinate representation of color #DCAAFC: hue angle of 276.59º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCAAFC is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 170 | 252 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.01 |
| HSL | 276.59º | 0.93% | 0.83% | - |
| HSV(B) | 276.59º | 0.33% | 0.99% | - |
| XYZ | 61.46 | 50.99 | 98.7 | - |
| YUV | 194.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 252 | 0.13 | 0.33 | 0 | 0.01 | 276.59 | 0.93 | 0.83 |
| Hex | DC | AA | FC | D | 21 | 0 | 1 | 115 | 5D | 53 |
| Octal | 334 | 252 | 374 | 15 | 41 | 0 | 1 | 425 | 135 | 123 |
| Binary | 11011100 | 10101010 | 11111100 | 1101 | 100001 | 0 | 1 | 100010101 | 1011101 | 1010011 |
Color Harmonies of #DCAAFC
Complementary color
Monochromatic Colors of #DCAAFC
Black with #DCAAFC
Text Example
Text Example
White with #DCAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAFC; }
p { color: rgb(220,170,252); }
H1.HeaderClassName
{
color: #DCAAFC;
}
.AnyTagClassName
{
color: #DCAAFC;
}
</style>
background-color css
<style>
a { background-color: #DCAAFC; }
a { background-color: rgb(220,170,252); }
div.DivClassName
{
background-color: #DCAAFC;
}
.BgClassName
{
background-color: #DCAAFC;
}
</style>
border-color css
<style>
span { border-color: #DCAAFC; }
span { border-color: rgb(220,170,252); }
td.TdClassName
{
border-color: #DCAAFC;
}
.TagClassName
{
border-color: #DCAAFC;
}
</style>