Shades of Mauve #DCBAF6
Tints of Mauve #DCBAF6
RGB
CMYK
RGB Variations
Color information
#DCBAF6 (or 0xDCBAF6) is known color: Mauve. HEX triplet: DC, BA and F6. RGB value is (220,186,246). Sum of RGB (Red+Green+Blue) = 220+186+246=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCBAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAF6 is #234509. Grayscale: #CACACA. Windows color (decimal): -2311434 or 16169692. OLE color: 16169692.
HSL color Cylindrical-coordinate representation of color #DCBAF6: hue angle of 274º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCBAF6 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 186 | 246 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.04 |
| HSL | 274º | 0.77% | 0.85% | - |
| HSV(B) | 274º | 0.24% | 0.96% | - |
| XYZ | 63.71 | 56.99 | 94.83 | - |
| YUV | 203.01 | 152.26 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 246 | 0.11 | 0.24 | 0 | 0.04 | 274 | 0.77 | 0.85 |
| Hex | DC | BA | F6 | B | 18 | 0 | 4 | 112 | 4D | 55 |
| Octal | 334 | 272 | 366 | 13 | 30 | 0 | 4 | 422 | 115 | 125 |
| Binary | 11011100 | 10111010 | 11110110 | 1011 | 11000 | 0 | 100 | 100010010 | 1001101 | 1010101 |
Color Harmonies of #DCBAF6
Complementary color
Monochromatic Colors of #DCBAF6
Black with #DCBAF6
Text Example
Text Example
White with #DCBAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAF6; }
p { color: rgb(220,186,246); }
H1.HeaderClassName
{
color: #DCBAF6;
}
.AnyTagClassName
{
color: #DCBAF6;
}
</style>
background-color css
<style>
a { background-color: #DCBAF6; }
a { background-color: rgb(220,186,246); }
div.DivClassName
{
background-color: #DCBAF6;
}
.BgClassName
{
background-color: #DCBAF6;
}
</style>
border-color css
<style>
span { border-color: #DCBAF6; }
span { border-color: rgb(220,186,246); }
td.TdClassName
{
border-color: #DCBAF6;
}
.TagClassName
{
border-color: #DCBAF6;
}
</style>