Shades of Mauve #DCAAF5
Tints of Mauve #DCAAF5
RGB
CMYK
RGB Variations
Color information
#DCAAF5 (or 0xDCAAF5) is known color: Mauve. HEX triplet: DC, AA and F5. RGB value is (220,170,245). Sum of RGB (Red+Green+Blue) = 220+170+245=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 245 (96.09% from 255 or 38.58% from 635); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCAAF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAF5 is #23550A. Grayscale: #C1C1C1. Windows color (decimal): -2315531 or 16100060. OLE color: 16100060.
HSL color Cylindrical-coordinate representation of color #DCAAF5: hue angle of 280º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCAAF5 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 170 | 245 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.04 |
| HSL | 280º | 0.79% | 0.81% | - |
| HSV(B) | 280º | 0.31% | 0.96% | - |
| XYZ | 60.37 | 50.56 | 92.96 | - |
| YUV | 193.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 245 | 0.10 | 0.31 | 0 | 0.04 | 280 | 0.79 | 0.81 |
| Hex | DC | AA | F5 | A | 1F | 0 | 4 | 118 | 4F | 51 |
| Octal | 334 | 252 | 365 | 12 | 37 | 0 | 4 | 430 | 117 | 121 |
| Binary | 11011100 | 10101010 | 11110101 | 1010 | 11111 | 0 | 100 | 100011000 | 1001111 | 1010001 |
Color Harmonies of #DCAAF5
Complementary color
Monochromatic Colors of #DCAAF5
Black with #DCAAF5
Text Example
Text Example
White with #DCAAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAF5; }
p { color: rgb(220,170,245); }
H1.HeaderClassName
{
color: #DCAAF5;
}
.AnyTagClassName
{
color: #DCAAF5;
}
</style>
background-color css
<style>
a { background-color: #DCAAF5; }
a { background-color: rgb(220,170,245); }
div.DivClassName
{
background-color: #DCAAF5;
}
.BgClassName
{
background-color: #DCAAF5;
}
</style>
border-color css
<style>
span { border-color: #DCAAF5; }
span { border-color: rgb(220,170,245); }
td.TdClassName
{
border-color: #DCAAF5;
}
.TagClassName
{
border-color: #DCAAF5;
}
</style>