Shades of Mauve #DCABFF
Tints of Mauve #DCABFF
RGB
CMYK
RGB Variations
Color information
#DCABFF (or 0xDCABFF) is known color: Mauve. HEX triplet: DC, AB and FF. RGB value is (220,171,255). Sum of RGB (Red+Green+Blue) = 220+171+255=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 171 (67.19% from 255 or 26.47% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABFF is #235400. Grayscale: #C2C2C2. Windows color (decimal): -2315265 or 16755676. OLE color: 16755676.
HSL color Cylindrical-coordinate representation of color #DCABFF: hue angle of 275º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCABFF is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 171 | 255 | - |
| CMYK | 0.14 | 0.33 | 0 | 0 |
| HSL | 275º | 1% | 0.84% | - |
| HSV(B) | 275º | 0.33% | 1% | - |
| XYZ | 62.13 | 51.56 | 101.29 | - |
| YUV | 195.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 255 | 0.14 | 0.33 | 0 | 0 | 275 | 1 | 0.84 |
| Hex | DC | AB | FF | E | 21 | 0 | 0 | 113 | 64 | 54 |
| Octal | 334 | 253 | 377 | 16 | 41 | 0 | 0 | 423 | 144 | 124 |
| Binary | 11011100 | 10101011 | 11111111 | 1110 | 100001 | 0 | 0 | 100010011 | 1100100 | 1010100 |
Color Harmonies of #DCABFF
Complementary color
Monochromatic Colors of #DCABFF
Black with #DCABFF
Text Example
Text Example
White with #DCABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABFF; }
p { color: rgb(220,171,255); }
H1.HeaderClassName
{
color: #DCABFF;
}
.AnyTagClassName
{
color: #DCABFF;
}
</style>
background-color css
<style>
a { background-color: #DCABFF; }
a { background-color: rgb(220,171,255); }
div.DivClassName
{
background-color: #DCABFF;
}
.BgClassName
{
background-color: #DCABFF;
}
</style>
border-color css
<style>
span { border-color: #DCABFF; }
span { border-color: rgb(220,171,255); }
td.TdClassName
{
border-color: #DCABFF;
}
.TagClassName
{
border-color: #DCABFF;
}
</style>