Shades of Mauve #DCABF2
Tints of Mauve #DCABF2
RGB
CMYK
RGB Variations
Color information
#DCABF2 (or 0xDCABF2) is known color: Mauve. HEX triplet: DC, AB and F2. RGB value is (220,171,242). Sum of RGB (Red+Green+Blue) = 220+171+242=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABF2 is #23540D. Grayscale: #C1C1C1. Windows color (decimal): -2315278 or 15903708. OLE color: 15903708.
HSL color Cylindrical-coordinate representation of color #DCABF2: hue angle of 281.41º degrees, saturation: 0.73, 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 #DCABF2 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 171 | 242 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.05 |
| HSL | 281.41º | 0.73% | 0.81% | - |
| HSV(B) | 281.41º | 0.29% | 0.95% | - |
| XYZ | 60.11 | 50.75 | 90.63 | - |
| YUV | 193.75 | 155.23 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 242 | 0.09 | 0.29 | 0 | 0.05 | 281.41 | 0.73 | 0.81 |
| Hex | DC | AB | F2 | 9 | 1D | 0 | 5 | 119 | 49 | 51 |
| Octal | 334 | 253 | 362 | 11 | 35 | 0 | 5 | 431 | 111 | 121 |
| Binary | 11011100 | 10101011 | 11110010 | 1001 | 11101 | 0 | 101 | 100011001 | 1001001 | 1010001 |
Color Harmonies of #DCABF2
Complementary color
Monochromatic Colors of #DCABF2
Black with #DCABF2
Text Example
Text Example
White with #DCABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABF2; }
p { color: rgb(220,171,242); }
H1.HeaderClassName
{
color: #DCABF2;
}
.AnyTagClassName
{
color: #DCABF2;
}
</style>
background-color css
<style>
a { background-color: #DCABF2; }
a { background-color: rgb(220,171,242); }
div.DivClassName
{
background-color: #DCABF2;
}
.BgClassName
{
background-color: #DCABF2;
}
</style>
border-color css
<style>
span { border-color: #DCABF2; }
span { border-color: rgb(220,171,242); }
td.TdClassName
{
border-color: #DCABF2;
}
.TagClassName
{
border-color: #DCABF2;
}
</style>