Shades of Mauve #DCB3EC
Tints of Mauve #DCB3EC
RGB
CMYK
RGB Variations
Color information
#DCB3EC (or 0xDCB3EC) is known color: Mauve. HEX triplet: DC, B3 and EC. RGB value is (220,179,236). Sum of RGB (Red+Green+Blue) = 220+179+236=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 179 (70.31% from 255 or 28.19% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCB3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB3EC is #234C13. Grayscale: #C5C5C5. Windows color (decimal): -2313236 or 15512540. OLE color: 15512540.
HSL color Cylindrical-coordinate representation of color #DCB3EC: hue angle of 283.16º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCB3EC is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 179 | 236 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.07 |
| HSL | 283.16º | 0.6% | 0.81% | - |
| HSV(B) | 283.16º | 0.24% | 0.93% | - |
| XYZ | 60.78 | 53.51 | 86.48 | - |
| YUV | 197.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 236 | 0.07 | 0.24 | 0 | 0.07 | 283.16 | 0.6 | 0.81 |
| Hex | DC | B3 | EC | 7 | 18 | 0 | 7 | 11B | 3C | 51 |
| Octal | 334 | 263 | 354 | 7 | 30 | 0 | 7 | 433 | 74 | 121 |
| Binary | 11011100 | 10110011 | 11101100 | 111 | 11000 | 0 | 111 | 100011011 | 111100 | 1010001 |
Color Harmonies of #DCB3EC
Complementary color
Monochromatic Colors of #DCB3EC
Black with #DCB3EC
Text Example
Text Example
White with #DCB3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3EC; }
p { color: rgb(220,179,236); }
H1.HeaderClassName
{
color: #DCB3EC;
}
.AnyTagClassName
{
color: #DCB3EC;
}
</style>
background-color css
<style>
a { background-color: #DCB3EC; }
a { background-color: rgb(220,179,236); }
div.DivClassName
{
background-color: #DCB3EC;
}
.BgClassName
{
background-color: #DCB3EC;
}
</style>
border-color css
<style>
span { border-color: #DCB3EC; }
span { border-color: rgb(220,179,236); }
td.TdClassName
{
border-color: #DCB3EC;
}
.TagClassName
{
border-color: #DCB3EC;
}
</style>