Shades of Mauve #DCB7EC
Tints of Mauve #DCB7EC
RGB
CMYK
RGB Variations
Color information
#DCB7EC (or 0xDCB7EC) is known color: Mauve. HEX triplet: DC, B7 and EC. RGB value is (220,183,236). Sum of RGB (Red+Green+Blue) = 220+183+236=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCB7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7EC is #234813. Grayscale: #C7C7C7. Windows color (decimal): -2312212 or 15513564. OLE color: 15513564.
HSL color Cylindrical-coordinate representation of color #DCB7EC: hue angle of 281.89º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCB7EC is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 183 | 236 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.07 |
| HSL | 281.89º | 0.58% | 0.82% | - |
| HSV(B) | 281.89º | 0.22% | 0.93% | - |
| XYZ | 61.59 | 55.14 | 86.75 | - |
| YUV | 200.11 | 148.26 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 236 | 0.07 | 0.22 | 0 | 0.07 | 281.89 | 0.58 | 0.82 |
| Hex | DC | B7 | EC | 7 | 16 | 0 | 7 | 11A | 3A | 52 |
| Octal | 334 | 267 | 354 | 7 | 26 | 0 | 7 | 432 | 72 | 122 |
| Binary | 11011100 | 10110111 | 11101100 | 111 | 10110 | 0 | 111 | 100011010 | 111010 | 1010010 |
Color Harmonies of #DCB7EC
Complementary color
Monochromatic Colors of #DCB7EC
Black with #DCB7EC
Text Example
Text Example
White with #DCB7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7EC; }
p { color: rgb(220,183,236); }
H1.HeaderClassName
{
color: #DCB7EC;
}
.AnyTagClassName
{
color: #DCB7EC;
}
</style>
background-color css
<style>
a { background-color: #DCB7EC; }
a { background-color: rgb(220,183,236); }
div.DivClassName
{
background-color: #DCB7EC;
}
.BgClassName
{
background-color: #DCB7EC;
}
</style>
border-color css
<style>
span { border-color: #DCB7EC; }
span { border-color: rgb(220,183,236); }
td.TdClassName
{
border-color: #DCB7EC;
}
.TagClassName
{
border-color: #DCB7EC;
}
</style>