Shades of Mauve #DCBAF1
Tints of Mauve #DCBAF1
RGB
CMYK
RGB Variations
Color information
#DCBAF1 (or 0xDCBAF1) is known color: Mauve. HEX triplet: DC, BA and F1. RGB value is (220,186,241). Sum of RGB (Red+Green+Blue) = 220+186+241=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCBAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAF1 is #23450E. Grayscale: #CACACA. Windows color (decimal): -2311439 or 15842012. OLE color: 15842012.
HSL color Cylindrical-coordinate representation of color #DCBAF1: hue angle of 277.09º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCBAF1 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 186 | 241 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.05 |
| HSL | 277.09º | 0.66% | 0.84% | - |
| HSV(B) | 277.09º | 0.23% | 0.95% | - |
| XYZ | 62.95 | 56.68 | 90.84 | - |
| YUV | 202.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 241 | 0.09 | 0.23 | 0 | 0.05 | 277.09 | 0.66 | 0.84 |
| Hex | DC | BA | F1 | 9 | 17 | 0 | 5 | 115 | 42 | 54 |
| Octal | 334 | 272 | 361 | 11 | 27 | 0 | 5 | 425 | 102 | 124 |
| Binary | 11011100 | 10111010 | 11110001 | 1001 | 10111 | 0 | 101 | 100010101 | 1000010 | 1010100 |
Color Harmonies of #DCBAF1
Complementary color
Monochromatic Colors of #DCBAF1
Black with #DCBAF1
Text Example
Text Example
White with #DCBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAF1; }
p { color: rgb(220,186,241); }
H1.HeaderClassName
{
color: #DCBAF1;
}
.AnyTagClassName
{
color: #DCBAF1;
}
</style>
background-color css
<style>
a { background-color: #DCBAF1; }
a { background-color: rgb(220,186,241); }
div.DivClassName
{
background-color: #DCBAF1;
}
.BgClassName
{
background-color: #DCBAF1;
}
</style>
border-color css
<style>
span { border-color: #DCBAF1; }
span { border-color: rgb(220,186,241); }
td.TdClassName
{
border-color: #DCBAF1;
}
.TagClassName
{
border-color: #DCBAF1;
}
</style>