Shades of Mauve #DCABFA
Tints of Mauve #DCABFA
RGB
CMYK
RGB Variations
Color information
#DCABFA (or 0xDCABFA) is known color: Mauve. HEX triplet: DC, AB and FA. RGB value is (220,171,250). Sum of RGB (Red+Green+Blue) = 220+171+250=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 171 (67.19% from 255 or 26.68% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABFA is #235405. Grayscale: #C2C2C2. Windows color (decimal): -2315270 or 16427996. OLE color: 16427996.
HSL color Cylindrical-coordinate representation of color #DCABFA: hue angle of 277.22º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCABFA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 171 | 250 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.02 |
| HSL | 277.22º | 0.89% | 0.83% | - |
| HSV(B) | 277.22º | 0.32% | 0.98% | - |
| XYZ | 61.33 | 51.24 | 97.1 | - |
| YUV | 194.66 | 159.23 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 250 | 0.12 | 0.32 | 0 | 0.02 | 277.22 | 0.89 | 0.83 |
| Hex | DC | AB | FA | C | 20 | 0 | 2 | 115 | 59 | 53 |
| Octal | 334 | 253 | 372 | 14 | 40 | 0 | 2 | 425 | 131 | 123 |
| Binary | 11011100 | 10101011 | 11111010 | 1100 | 100000 | 0 | 10 | 100010101 | 1011001 | 1010011 |
Color Harmonies of #DCABFA
Complementary color
Monochromatic Colors of #DCABFA
Black with #DCABFA
Text Example
Text Example
White with #DCABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABFA; }
p { color: rgb(220,171,250); }
H1.HeaderClassName
{
color: #DCABFA;
}
.AnyTagClassName
{
color: #DCABFA;
}
</style>
background-color css
<style>
a { background-color: #DCABFA; }
a { background-color: rgb(220,171,250); }
div.DivClassName
{
background-color: #DCABFA;
}
.BgClassName
{
background-color: #DCABFA;
}
</style>
border-color css
<style>
span { border-color: #DCABFA; }
span { border-color: rgb(220,171,250); }
td.TdClassName
{
border-color: #DCABFA;
}
.TagClassName
{
border-color: #DCABFA;
}
</style>