Shades of Mauve #DCABF1
Tints of Mauve #DCABF1
RGB
CMYK
RGB Variations
Color information
#DCABF1 (or 0xDCABF1) is known color: Mauve. HEX triplet: DC, AB and F1. RGB value is (220,171,241). Sum of RGB (Red+Green+Blue) = 220+171+241=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABF1 is #23540E. Grayscale: #C1C1C1. Windows color (decimal): -2315279 or 15838172. OLE color: 15838172.
HSL color Cylindrical-coordinate representation of color #DCABF1: hue angle of 282º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCABF1 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 171 | 241 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.05 |
| HSL | 282º | 0.71% | 0.81% | - |
| HSV(B) | 282º | 0.29% | 0.95% | - |
| XYZ | 59.96 | 50.69 | 89.84 | - |
| YUV | 193.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 241 | 0.09 | 0.29 | 0 | 0.05 | 282 | 0.71 | 0.81 |
| Hex | DC | AB | F1 | 9 | 1D | 0 | 5 | 11A | 47 | 51 |
| Octal | 334 | 253 | 361 | 11 | 35 | 0 | 5 | 432 | 107 | 121 |
| Binary | 11011100 | 10101011 | 11110001 | 1001 | 11101 | 0 | 101 | 100011010 | 1000111 | 1010001 |
Color Harmonies of #DCABF1
Complementary color
Monochromatic Colors of #DCABF1
Black with #DCABF1
Text Example
Text Example
White with #DCABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABF1; }
p { color: rgb(220,171,241); }
H1.HeaderClassName
{
color: #DCABF1;
}
.AnyTagClassName
{
color: #DCABF1;
}
</style>
background-color css
<style>
a { background-color: #DCABF1; }
a { background-color: rgb(220,171,241); }
div.DivClassName
{
background-color: #DCABF1;
}
.BgClassName
{
background-color: #DCABF1;
}
</style>
border-color css
<style>
span { border-color: #DCABF1; }
span { border-color: rgb(220,171,241); }
td.TdClassName
{
border-color: #DCABF1;
}
.TagClassName
{
border-color: #DCABF1;
}
</style>