Shades of Mauve #DCAAF3
Tints of Mauve #DCAAF3
RGB
CMYK
RGB Variations
Color information
#DCAAF3 (or 0xDCAAF3) is known color: Mauve. HEX triplet: DC, AA and F3. RGB value is (220,170,243). Sum of RGB (Red+Green+Blue) = 220+170+243=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCAAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAF3 is #23550C. Grayscale: #C1C1C1. Windows color (decimal): -2315533 or 15968988. OLE color: 15968988.
HSL color Cylindrical-coordinate representation of color #DCAAF3: hue angle of 281.1º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCAAF3 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 170 | 243 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.05 |
| HSL | 281.1º | 0.75% | 0.81% | - |
| HSV(B) | 281.1º | 0.3% | 0.95% | - |
| XYZ | 60.07 | 50.44 | 91.36 | - |
| YUV | 193.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 243 | 0.09 | 0.30 | 0 | 0.05 | 281.1 | 0.75 | 0.81 |
| Hex | DC | AA | F3 | 9 | 1E | 0 | 5 | 119 | 4B | 51 |
| Octal | 334 | 252 | 363 | 11 | 36 | 0 | 5 | 431 | 113 | 121 |
| Binary | 11011100 | 10101010 | 11110011 | 1001 | 11110 | 0 | 101 | 100011001 | 1001011 | 1010001 |
Color Harmonies of #DCAAF3
Complementary color
Monochromatic Colors of #DCAAF3
Black with #DCAAF3
Text Example
Text Example
White with #DCAAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAF3; }
p { color: rgb(220,170,243); }
H1.HeaderClassName
{
color: #DCAAF3;
}
.AnyTagClassName
{
color: #DCAAF3;
}
</style>
background-color css
<style>
a { background-color: #DCAAF3; }
a { background-color: rgb(220,170,243); }
div.DivClassName
{
background-color: #DCAAF3;
}
.BgClassName
{
background-color: #DCAAF3;
}
</style>
border-color css
<style>
span { border-color: #DCAAF3; }
span { border-color: rgb(220,170,243); }
td.TdClassName
{
border-color: #DCAAF3;
}
.TagClassName
{
border-color: #DCAAF3;
}
</style>