Shades of Mauve #DCB4EC
Tints of Mauve #DCB4EC
RGB
CMYK
RGB Variations
Color information
#DCB4EC (or 0xDCB4EC) is known color: Mauve. HEX triplet: DC, B4 and EC. RGB value is (220,180,236). Sum of RGB (Red+Green+Blue) = 220+180+236=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 180 (70.70% from 255 or 28.30% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB4EC is #234B13. Grayscale: #C6C6C6. Windows color (decimal): -2312980 or 15512796. OLE color: 15512796.
HSL color Cylindrical-coordinate representation of color #DCB4EC: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCB4EC is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 180 | 236 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.07 |
| HSL | 282.86º | 0.6% | 0.82% | - |
| HSV(B) | 282.86º | 0.24% | 0.93% | - |
| XYZ | 60.98 | 53.91 | 86.55 | - |
| YUV | 198.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 236 | 0.07 | 0.24 | 0 | 0.07 | 282.86 | 0.6 | 0.82 |
| Hex | DC | B4 | EC | 7 | 18 | 0 | 7 | 11B | 3C | 52 |
| Octal | 334 | 264 | 354 | 7 | 30 | 0 | 7 | 433 | 74 | 122 |
| Binary | 11011100 | 10110100 | 11101100 | 111 | 11000 | 0 | 111 | 100011011 | 111100 | 1010010 |
Color Harmonies of #DCB4EC
Complementary color
Monochromatic Colors of #DCB4EC
Black with #DCB4EC
Text Example
Text Example
White with #DCB4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4EC; }
p { color: rgb(220,180,236); }
H1.HeaderClassName
{
color: #DCB4EC;
}
.AnyTagClassName
{
color: #DCB4EC;
}
</style>
background-color css
<style>
a { background-color: #DCB4EC; }
a { background-color: rgb(220,180,236); }
div.DivClassName
{
background-color: #DCB4EC;
}
.BgClassName
{
background-color: #DCB4EC;
}
</style>
border-color css
<style>
span { border-color: #DCB4EC; }
span { border-color: rgb(220,180,236); }
td.TdClassName
{
border-color: #DCB4EC;
}
.TagClassName
{
border-color: #DCB4EC;
}
</style>