Shades of Mauve #DCB2EC
Tints of Mauve #DCB2EC
RGB
CMYK
RGB Variations
Color information
#DCB2EC (or 0xDCB2EC) is known color: Mauve. HEX triplet: DC, B2 and EC. RGB value is (220,178,236). Sum of RGB (Red+Green+Blue) = 220+178+236=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCB2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB2EC is #234D13. Grayscale: #C4C4C4. Windows color (decimal): -2313492 or 15512284. OLE color: 15512284.
HSL color Cylindrical-coordinate representation of color #DCB2EC: hue angle of 283.45º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCB2EC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 178 | 236 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.07 |
| HSL | 283.45º | 0.6% | 0.81% | - |
| HSV(B) | 283.45º | 0.25% | 0.93% | - |
| XYZ | 60.58 | 53.11 | 86.42 | - |
| YUV | 197.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 236 | 0.07 | 0.25 | 0 | 0.07 | 283.45 | 0.6 | 0.81 |
| Hex | DC | B2 | EC | 7 | 19 | 0 | 7 | 11B | 3C | 51 |
| Octal | 334 | 262 | 354 | 7 | 31 | 0 | 7 | 433 | 74 | 121 |
| Binary | 11011100 | 10110010 | 11101100 | 111 | 11001 | 0 | 111 | 100011011 | 111100 | 1010001 |
Color Harmonies of #DCB2EC
Complementary color
Monochromatic Colors of #DCB2EC
Black with #DCB2EC
Text Example
Text Example
White with #DCB2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB2EC; }
p { color: rgb(220,178,236); }
H1.HeaderClassName
{
color: #DCB2EC;
}
.AnyTagClassName
{
color: #DCB2EC;
}
</style>
background-color css
<style>
a { background-color: #DCB2EC; }
a { background-color: rgb(220,178,236); }
div.DivClassName
{
background-color: #DCB2EC;
}
.BgClassName
{
background-color: #DCB2EC;
}
</style>
border-color css
<style>
span { border-color: #DCB2EC; }
span { border-color: rgb(220,178,236); }
td.TdClassName
{
border-color: #DCB2EC;
}
.TagClassName
{
border-color: #DCB2EC;
}
</style>