Shades of Mauve #DCB0EC
Tints of Mauve #DCB0EC
RGB
CMYK
RGB Variations
Color information
#DCB0EC (or 0xDCB0EC) is known color: Mauve. HEX triplet: DC, B0 and EC. RGB value is (220,176,236). Sum of RGB (Red+Green+Blue) = 220+176+236=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCB0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0EC is #234F13. Grayscale: #C3C3C3. Windows color (decimal): -2314004 or 15511772. OLE color: 15511772.
HSL color Cylindrical-coordinate representation of color #DCB0EC: hue angle of 284º degrees, saturation: 0.61, 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 #DCB0EC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 176 | 236 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.07 |
| HSL | 284º | 0.61% | 0.81% | - |
| HSV(B) | 284º | 0.25% | 0.93% | - |
| XYZ | 60.18 | 52.32 | 86.28 | - |
| YUV | 196 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 236 | 0.07 | 0.25 | 0 | 0.07 | 284 | 0.61 | 0.81 |
| Hex | DC | B0 | EC | 7 | 19 | 0 | 7 | 11C | 3D | 51 |
| Octal | 334 | 260 | 354 | 7 | 31 | 0 | 7 | 434 | 75 | 121 |
| Binary | 11011100 | 10110000 | 11101100 | 111 | 11001 | 0 | 111 | 100011100 | 111101 | 1010001 |
Color Harmonies of #DCB0EC
Complementary color
Monochromatic Colors of #DCB0EC
Black with #DCB0EC
Text Example
Text Example
White with #DCB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0EC; }
p { color: rgb(220,176,236); }
H1.HeaderClassName
{
color: #DCB0EC;
}
.AnyTagClassName
{
color: #DCB0EC;
}
</style>
background-color css
<style>
a { background-color: #DCB0EC; }
a { background-color: rgb(220,176,236); }
div.DivClassName
{
background-color: #DCB0EC;
}
.BgClassName
{
background-color: #DCB0EC;
}
</style>
border-color css
<style>
span { border-color: #DCB0EC; }
span { border-color: rgb(220,176,236); }
td.TdClassName
{
border-color: #DCB0EC;
}
.TagClassName
{
border-color: #DCB0EC;
}
</style>