Shades of Mauve #DCB9EC
Tints of Mauve #DCB9EC
RGB
CMYK
RGB Variations
Color information
#DCB9EC (or 0xDCB9EC) is known color: Mauve. HEX triplet: DC, B9 and EC. RGB value is (220,185,236). Sum of RGB (Red+Green+Blue) = 220+185+236=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCB9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9EC is #234613. Grayscale: #C9C9C9. Windows color (decimal): -2311700 or 15514076. OLE color: 15514076.
HSL color Cylindrical-coordinate representation of color #DCB9EC: hue angle of 281.18º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCB9EC is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 185 | 236 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.07 |
| HSL | 281.18º | 0.57% | 0.83% | - |
| HSV(B) | 281.18º | 0.22% | 0.93% | - |
| XYZ | 62 | 55.97 | 86.89 | - |
| YUV | 201.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 236 | 0.07 | 0.22 | 0 | 0.07 | 281.18 | 0.57 | 0.83 |
| Hex | DC | B9 | EC | 7 | 16 | 0 | 7 | 119 | 39 | 53 |
| Octal | 334 | 271 | 354 | 7 | 26 | 0 | 7 | 431 | 71 | 123 |
| Binary | 11011100 | 10111001 | 11101100 | 111 | 10110 | 0 | 111 | 100011001 | 111001 | 1010011 |
Color Harmonies of #DCB9EC
Complementary color
Monochromatic Colors of #DCB9EC
Black with #DCB9EC
Text Example
Text Example
White with #DCB9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9EC; }
p { color: rgb(220,185,236); }
H1.HeaderClassName
{
color: #DCB9EC;
}
.AnyTagClassName
{
color: #DCB9EC;
}
</style>
background-color css
<style>
a { background-color: #DCB9EC; }
a { background-color: rgb(220,185,236); }
div.DivClassName
{
background-color: #DCB9EC;
}
.BgClassName
{
background-color: #DCB9EC;
}
</style>
border-color css
<style>
span { border-color: #DCB9EC; }
span { border-color: rgb(220,185,236); }
td.TdClassName
{
border-color: #DCB9EC;
}
.TagClassName
{
border-color: #DCB9EC;
}
</style>