Shades of Mauve #DCBAF3
Tints of Mauve #DCBAF3
RGB
CMYK
RGB Variations
Color information
#DCBAF3 (or 0xDCBAF3) is known color: Mauve. HEX triplet: DC, BA and F3. RGB value is (220,186,243). Sum of RGB (Red+Green+Blue) = 220+186+243=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCBAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAF3 is #23450C. Grayscale: #CACACA. Windows color (decimal): -2311437 or 15973084. OLE color: 15973084.
HSL color Cylindrical-coordinate representation of color #DCBAF3: hue angle of 275.79º degrees, saturation: 0.7, 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 #DCBAF3 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 186 | 243 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.05 |
| HSL | 275.79º | 0.7% | 0.84% | - |
| HSV(B) | 275.79º | 0.23% | 0.95% | - |
| XYZ | 63.25 | 56.8 | 92.42 | - |
| YUV | 202.66 | 150.76 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 243 | 0.09 | 0.23 | 0 | 0.05 | 275.79 | 0.7 | 0.84 |
| Hex | DC | BA | F3 | 9 | 17 | 0 | 5 | 114 | 46 | 54 |
| Octal | 334 | 272 | 363 | 11 | 27 | 0 | 5 | 424 | 106 | 124 |
| Binary | 11011100 | 10111010 | 11110011 | 1001 | 10111 | 0 | 101 | 100010100 | 1000110 | 1010100 |
Color Harmonies of #DCBAF3
Complementary color
Monochromatic Colors of #DCBAF3
Black with #DCBAF3
Text Example
Text Example
White with #DCBAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAF3; }
p { color: rgb(220,186,243); }
H1.HeaderClassName
{
color: #DCBAF3;
}
.AnyTagClassName
{
color: #DCBAF3;
}
</style>
background-color css
<style>
a { background-color: #DCBAF3; }
a { background-color: rgb(220,186,243); }
div.DivClassName
{
background-color: #DCBAF3;
}
.BgClassName
{
background-color: #DCBAF3;
}
</style>
border-color css
<style>
span { border-color: #DCBAF3; }
span { border-color: rgb(220,186,243); }
td.TdClassName
{
border-color: #DCBAF3;
}
.TagClassName
{
border-color: #DCBAF3;
}
</style>