Shades of Mauve #DCABF3
Tints of Mauve #DCABF3
RGB
CMYK
RGB Variations
Color information
#DCABF3 (or 0xDCABF3) is known color: Mauve. HEX triplet: DC, AB and F3. RGB value is (220,171,243). Sum of RGB (Red+Green+Blue) = 220+171+243=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABF3 is #23540C. Grayscale: #C1C1C1. Windows color (decimal): -2315277 or 15969244. OLE color: 15969244.
HSL color Cylindrical-coordinate representation of color #DCABF3: hue angle of 280.83º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCABF3 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 171 | 243 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.05 |
| HSL | 280.83º | 0.75% | 0.81% | - |
| HSV(B) | 280.83º | 0.3% | 0.95% | - |
| XYZ | 60.26 | 50.81 | 91.43 | - |
| YUV | 193.86 | 155.73 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 243 | 0.09 | 0.30 | 0 | 0.05 | 280.83 | 0.75 | 0.81 |
| Hex | DC | AB | F3 | 9 | 1E | 0 | 5 | 119 | 4B | 51 |
| Octal | 334 | 253 | 363 | 11 | 36 | 0 | 5 | 431 | 113 | 121 |
| Binary | 11011100 | 10101011 | 11110011 | 1001 | 11110 | 0 | 101 | 100011001 | 1001011 | 1010001 |
Color Harmonies of #DCABF3
Complementary color
Monochromatic Colors of #DCABF3
Black with #DCABF3
Text Example
Text Example
White with #DCABF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABF3; }
p { color: rgb(220,171,243); }
H1.HeaderClassName
{
color: #DCABF3;
}
.AnyTagClassName
{
color: #DCABF3;
}
</style>
background-color css
<style>
a { background-color: #DCABF3; }
a { background-color: rgb(220,171,243); }
div.DivClassName
{
background-color: #DCABF3;
}
.BgClassName
{
background-color: #DCABF3;
}
</style>
border-color css
<style>
span { border-color: #DCABF3; }
span { border-color: rgb(220,171,243); }
td.TdClassName
{
border-color: #DCABF3;
}
.TagClassName
{
border-color: #DCABF3;
}
</style>