Shades of Mauve #DCAAF0
Tints of Mauve #DCAAF0
RGB
CMYK
RGB Variations
Color information
#DCAAF0 (or 0xDCAAF0) is known color: Mauve. HEX triplet: DC, AA and F0. RGB value is (220,170,240). Sum of RGB (Red+Green+Blue) = 220+170+240=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCAAF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAF0 is #23550F. Grayscale: #C0C0C0. Windows color (decimal): -2315536 or 15772380. OLE color: 15772380.
HSL color Cylindrical-coordinate representation of color #DCAAF0: hue angle of 282.86º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCAAF0 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 170 | 240 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.06 |
| HSL | 282.86º | 0.7% | 0.8% | - |
| HSV(B) | 282.86º | 0.29% | 0.94% | - |
| XYZ | 59.62 | 50.26 | 89 | - |
| YUV | 192.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 240 | 0.08 | 0.29 | 0 | 0.06 | 282.86 | 0.7 | 0.8 |
| Hex | DC | AA | F0 | 8 | 1D | 0 | 6 | 11B | 46 | 50 |
| Octal | 334 | 252 | 360 | 10 | 35 | 0 | 6 | 433 | 106 | 120 |
| Binary | 11011100 | 10101010 | 11110000 | 1000 | 11101 | 0 | 110 | 100011011 | 1000110 | 1010000 |
Color Harmonies of #DCAAF0
Complementary color
Monochromatic Colors of #DCAAF0
Black with #DCAAF0
Text Example
Text Example
White with #DCAAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAF0; }
p { color: rgb(220,170,240); }
H1.HeaderClassName
{
color: #DCAAF0;
}
.AnyTagClassName
{
color: #DCAAF0;
}
</style>
background-color css
<style>
a { background-color: #DCAAF0; }
a { background-color: rgb(220,170,240); }
div.DivClassName
{
background-color: #DCAAF0;
}
.BgClassName
{
background-color: #DCAAF0;
}
</style>
border-color css
<style>
span { border-color: #DCAAF0; }
span { border-color: rgb(220,170,240); }
td.TdClassName
{
border-color: #DCAAF0;
}
.TagClassName
{
border-color: #DCAAF0;
}
</style>