Shades of Mauve #DCABFE
Tints of Mauve #DCABFE
RGB
CMYK
RGB Variations
Color information
#DCABFE (or 0xDCABFE) is known color: Mauve. HEX triplet: DC, AB and FE. RGB value is (220,171,254). Sum of RGB (Red+Green+Blue) = 220+171+254=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABFE is #235401. Grayscale: #C2C2C2. Windows color (decimal): -2315266 or 16690140. OLE color: 16690140.
HSL color Cylindrical-coordinate representation of color #DCABFE: hue angle of 275.42º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCABFE is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 171 | 254 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.00 |
| HSL | 275.42º | 0.98% | 0.83% | - |
| HSV(B) | 275.42º | 0.33% | 1% | - |
| XYZ | 61.97 | 51.5 | 100.44 | - |
| YUV | 195.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 254 | 0.13 | 0.33 | 0 | 0.00 | 275.42 | 0.98 | 0.83 |
| Hex | DC | AB | FE | D | 21 | 0 | 0 | 113 | 62 | 53 |
| Octal | 334 | 253 | 376 | 15 | 41 | 0 | 0 | 423 | 142 | 123 |
| Binary | 11011100 | 10101011 | 11111110 | 1101 | 100001 | 0 | 0 | 100010011 | 1100010 | 1010011 |
Color Harmonies of #DCABFE
Complementary color
Monochromatic Colors of #DCABFE
Black with #DCABFE
Text Example
Text Example
White with #DCABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABFE; }
p { color: rgb(220,171,254); }
H1.HeaderClassName
{
color: #DCABFE;
}
.AnyTagClassName
{
color: #DCABFE;
}
</style>
background-color css
<style>
a { background-color: #DCABFE; }
a { background-color: rgb(220,171,254); }
div.DivClassName
{
background-color: #DCABFE;
}
.BgClassName
{
background-color: #DCABFE;
}
</style>
border-color css
<style>
span { border-color: #DCABFE; }
span { border-color: rgb(220,171,254); }
td.TdClassName
{
border-color: #DCABFE;
}
.TagClassName
{
border-color: #DCABFE;
}
</style>