Shades of Mauve #DCBAFB
Tints of Mauve #DCBAFB
RGB
CMYK
RGB Variations
Color information
#DCBAFB (or 0xDCBAFB) is known color: Mauve. HEX triplet: DC, BA and FB. RGB value is (220,186,251). Sum of RGB (Red+Green+Blue) = 220+186+251=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCBAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAFB is #234504. Grayscale: #CBCBCB. Windows color (decimal): -2311429 or 16497372. OLE color: 16497372.
HSL color Cylindrical-coordinate representation of color #DCBAFB: hue angle of 271.38º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCBAFB is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 186 | 251 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.02 |
| HSL | 271.38º | 0.89% | 0.86% | - |
| HSV(B) | 271.38º | 0.26% | 0.98% | - |
| XYZ | 64.49 | 57.3 | 98.93 | - |
| YUV | 203.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 251 | 0.12 | 0.26 | 0 | 0.02 | 271.38 | 0.89 | 0.86 |
| Hex | DC | BA | FB | C | 1A | 0 | 2 | 10F | 59 | 56 |
| Octal | 334 | 272 | 373 | 14 | 32 | 0 | 2 | 417 | 131 | 126 |
| Binary | 11011100 | 10111010 | 11111011 | 1100 | 11010 | 0 | 10 | 100001111 | 1011001 | 1010110 |
Color Harmonies of #DCBAFB
Complementary color
Monochromatic Colors of #DCBAFB
Black with #DCBAFB
Text Example
Text Example
White with #DCBAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAFB; }
p { color: rgb(220,186,251); }
H1.HeaderClassName
{
color: #DCBAFB;
}
.AnyTagClassName
{
color: #DCBAFB;
}
</style>
background-color css
<style>
a { background-color: #DCBAFB; }
a { background-color: rgb(220,186,251); }
div.DivClassName
{
background-color: #DCBAFB;
}
.BgClassName
{
background-color: #DCBAFB;
}
</style>
border-color css
<style>
span { border-color: #DCBAFB; }
span { border-color: rgb(220,186,251); }
td.TdClassName
{
border-color: #DCBAFB;
}
.TagClassName
{
border-color: #DCBAFB;
}
</style>