Shades of Mauve #DCBCEC
Tints of Mauve #DCBCEC
RGB
CMYK
RGB Variations
Color information
#DCBCEC (or 0xDCBCEC) is known color: Mauve. HEX triplet: DC, BC and EC. RGB value is (220,188,236). Sum of RGB (Red+Green+Blue) = 220+188+236=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCBCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCEC is #234313. Grayscale: #CACACA. Windows color (decimal): -2310932 or 15514844. OLE color: 15514844.
HSL color Cylindrical-coordinate representation of color #DCBCEC: hue angle of 280º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCBCEC is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 188 | 236 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.07 |
| HSL | 280º | 0.56% | 0.83% | - |
| HSV(B) | 280º | 0.2% | 0.93% | - |
| XYZ | 62.64 | 57.24 | 87.1 | - |
| YUV | 203.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 236 | 0.07 | 0.20 | 0 | 0.07 | 280 | 0.56 | 0.83 |
| Hex | DC | BC | EC | 7 | 14 | 0 | 7 | 118 | 38 | 53 |
| Octal | 334 | 274 | 354 | 7 | 24 | 0 | 7 | 430 | 70 | 123 |
| Binary | 11011100 | 10111100 | 11101100 | 111 | 10100 | 0 | 111 | 100011000 | 111000 | 1010011 |
Color Harmonies of #DCBCEC
Complementary color
Monochromatic Colors of #DCBCEC
Black with #DCBCEC
Text Example
Text Example
White with #DCBCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCEC; }
p { color: rgb(220,188,236); }
H1.HeaderClassName
{
color: #DCBCEC;
}
.AnyTagClassName
{
color: #DCBCEC;
}
</style>
background-color css
<style>
a { background-color: #DCBCEC; }
a { background-color: rgb(220,188,236); }
div.DivClassName
{
background-color: #DCBCEC;
}
.BgClassName
{
background-color: #DCBCEC;
}
</style>
border-color css
<style>
span { border-color: #DCBCEC; }
span { border-color: rgb(220,188,236); }
td.TdClassName
{
border-color: #DCBCEC;
}
.TagClassName
{
border-color: #DCBCEC;
}
</style>