Shades of Mauve #DCAAF2
Tints of Mauve #DCAAF2
RGB
CMYK
RGB Variations
Color information
#DCAAF2 (or 0xDCAAF2) is known color: Mauve. HEX triplet: DC, AA and F2. RGB value is (220,170,242). Sum of RGB (Red+Green+Blue) = 220+170+242=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCAAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAF2 is #23550D. Grayscale: #C0C0C0. Windows color (decimal): -2315534 or 15903452. OLE color: 15903452.
HSL color Cylindrical-coordinate representation of color #DCAAF2: hue angle of 281.67º degrees, saturation: 0.73, 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 #DCAAF2 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 170 | 242 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.05 |
| HSL | 281.67º | 0.73% | 0.81% | - |
| HSV(B) | 281.67º | 0.3% | 0.95% | - |
| XYZ | 59.92 | 50.38 | 90.57 | - |
| YUV | 193.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 242 | 0.09 | 0.30 | 0 | 0.05 | 281.67 | 0.73 | 0.81 |
| Hex | DC | AA | F2 | 9 | 1E | 0 | 5 | 11A | 49 | 51 |
| Octal | 334 | 252 | 362 | 11 | 36 | 0 | 5 | 432 | 111 | 121 |
| Binary | 11011100 | 10101010 | 11110010 | 1001 | 11110 | 0 | 101 | 100011010 | 1001001 | 1010001 |
Color Harmonies of #DCAAF2
Complementary color
Monochromatic Colors of #DCAAF2
Black with #DCAAF2
Text Example
Text Example
White with #DCAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAF2; }
p { color: rgb(220,170,242); }
H1.HeaderClassName
{
color: #DCAAF2;
}
.AnyTagClassName
{
color: #DCAAF2;
}
</style>
background-color css
<style>
a { background-color: #DCAAF2; }
a { background-color: rgb(220,170,242); }
div.DivClassName
{
background-color: #DCAAF2;
}
.BgClassName
{
background-color: #DCAAF2;
}
</style>
border-color css
<style>
span { border-color: #DCAAF2; }
span { border-color: rgb(220,170,242); }
td.TdClassName
{
border-color: #DCAAF2;
}
.TagClassName
{
border-color: #DCAAF2;
}
</style>