Shades of Mauve #DCBAF7
Tints of Mauve #DCBAF7
RGB
CMYK
RGB Variations
Color information
#DCBAF7 (or 0xDCBAF7) is known color: Mauve. HEX triplet: DC, BA and F7. RGB value is (220,186,247). Sum of RGB (Red+Green+Blue) = 220+186+247=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCBAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAF7 is #234508. Grayscale: #CACACA. Windows color (decimal): -2311433 or 16235228. OLE color: 16235228.
HSL color Cylindrical-coordinate representation of color #DCBAF7: hue angle of 273.44º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBAF7 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 186 | 247 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.03 |
| HSL | 273.44º | 0.79% | 0.85% | - |
| HSV(B) | 273.44º | 0.25% | 0.97% | - |
| XYZ | 63.86 | 57.05 | 95.64 | - |
| YUV | 203.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 247 | 0.11 | 0.25 | 0 | 0.03 | 273.44 | 0.79 | 0.85 |
| Hex | DC | BA | F7 | B | 19 | 0 | 3 | 111 | 4F | 55 |
| Octal | 334 | 272 | 367 | 13 | 31 | 0 | 3 | 421 | 117 | 125 |
| Binary | 11011100 | 10111010 | 11110111 | 1011 | 11001 | 0 | 11 | 100010001 | 1001111 | 1010101 |
Color Harmonies of #DCBAF7
Complementary color
Monochromatic Colors of #DCBAF7
Black with #DCBAF7
Text Example
Text Example
White with #DCBAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAF7; }
p { color: rgb(220,186,247); }
H1.HeaderClassName
{
color: #DCBAF7;
}
.AnyTagClassName
{
color: #DCBAF7;
}
</style>
background-color css
<style>
a { background-color: #DCBAF7; }
a { background-color: rgb(220,186,247); }
div.DivClassName
{
background-color: #DCBAF7;
}
.BgClassName
{
background-color: #DCBAF7;
}
</style>
border-color css
<style>
span { border-color: #DCBAF7; }
span { border-color: rgb(220,186,247); }
td.TdClassName
{
border-color: #DCBAF7;
}
.TagClassName
{
border-color: #DCBAF7;
}
</style>