Shades of Mauve #DCA8F0
Tints of Mauve #DCA8F0
RGB
CMYK
RGB Variations
Color information
#DCA8F0 (or 0xDCA8F0) is known color: Mauve. HEX triplet: DC, A8 and F0. RGB value is (220,168,240). Sum of RGB (Red+Green+Blue) = 220+168+240=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCA8F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA8F0 is #23570F. Grayscale: #BFBFBF. Windows color (decimal): -2316048 or 15771868. OLE color: 15771868.
HSL color Cylindrical-coordinate representation of color #DCA8F0: hue angle of 283.33º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCA8F0 is Cyan = 0.08, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 168 | 240 | - |
| CMYK | 0.08 | 0.3 | 0 | 0.06 |
| HSL | 283.33º | 0.71% | 0.8% | - |
| HSV(B) | 283.33º | 0.3% | 0.94% | - |
| XYZ | 59.25 | 49.51 | 88.87 | - |
| YUV | 191.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 240 | 0.08 | 0.3 | 0 | 0.06 | 283.33 | 0.71 | 0.8 |
| Hex | DC | A8 | F0 | 8 | 1E | 0 | 6 | 11B | 47 | 50 |
| Octal | 334 | 250 | 360 | 10 | 36 | 0 | 6 | 433 | 107 | 120 |
| Binary | 11011100 | 10101000 | 11110000 | 1000 | 11110 | 0 | 110 | 100011011 | 1000111 | 1010000 |
Color Harmonies of #DCA8F0
Complementary color
Monochromatic Colors of #DCA8F0
Black with #DCA8F0
Text Example
Text Example
White with #DCA8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA8F0; }
p { color: rgb(220,168,240); }
H1.HeaderClassName
{
color: #DCA8F0;
}
.AnyTagClassName
{
color: #DCA8F0;
}
</style>
background-color css
<style>
a { background-color: #DCA8F0; }
a { background-color: rgb(220,168,240); }
div.DivClassName
{
background-color: #DCA8F0;
}
.BgClassName
{
background-color: #DCA8F0;
}
</style>
border-color css
<style>
span { border-color: #DCA8F0; }
span { border-color: rgb(220,168,240); }
td.TdClassName
{
border-color: #DCA8F0;
}
.TagClassName
{
border-color: #DCA8F0;
}
</style>