Shades of Mauve #DCABF0
Tints of Mauve #DCABF0
RGB
CMYK
RGB Variations
Color information
#DCABF0 (or 0xDCABF0) is known color: Mauve. HEX triplet: DC, AB and F0. RGB value is (220,171,240). Sum of RGB (Red+Green+Blue) = 220+171+240=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABF0 is #23540F. Grayscale: #C1C1C1. Windows color (decimal): -2315280 or 15772636. OLE color: 15772636.
HSL color Cylindrical-coordinate representation of color #DCABF0: hue angle of 282.61º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCABF0 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 171 | 240 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.06 |
| HSL | 282.61º | 0.7% | 0.81% | - |
| HSV(B) | 282.61º | 0.29% | 0.94% | - |
| XYZ | 59.81 | 50.63 | 89.06 | - |
| YUV | 193.52 | 154.23 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 240 | 0.08 | 0.29 | 0 | 0.06 | 282.61 | 0.7 | 0.81 |
| Hex | DC | AB | F0 | 8 | 1D | 0 | 6 | 11B | 46 | 51 |
| Octal | 334 | 253 | 360 | 10 | 35 | 0 | 6 | 433 | 106 | 121 |
| Binary | 11011100 | 10101011 | 11110000 | 1000 | 11101 | 0 | 110 | 100011011 | 1000110 | 1010001 |
Color Harmonies of #DCABF0
Complementary color
Monochromatic Colors of #DCABF0
Black with #DCABF0
Text Example
Text Example
White with #DCABF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABF0; }
p { color: rgb(220,171,240); }
H1.HeaderClassName
{
color: #DCABF0;
}
.AnyTagClassName
{
color: #DCABF0;
}
</style>
background-color css
<style>
a { background-color: #DCABF0; }
a { background-color: rgb(220,171,240); }
div.DivClassName
{
background-color: #DCABF0;
}
.BgClassName
{
background-color: #DCABF0;
}
</style>
border-color css
<style>
span { border-color: #DCABF0; }
span { border-color: rgb(220,171,240); }
td.TdClassName
{
border-color: #DCABF0;
}
.TagClassName
{
border-color: #DCABF0;
}
</style>