Shades of Mauve #DCACEB
Tints of Mauve #DCACEB
RGB
CMYK
RGB Variations
Color information
#DCACEB (or 0xDCACEB) is known color: Mauve. HEX triplet: DC, AC and EB. RGB value is (220,172,235). Sum of RGB (Red+Green+Blue) = 220+172+235=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACEB is #235314. Grayscale: #C1C1C1. Windows color (decimal): -2315029 or 15445212. OLE color: 15445212.
HSL color Cylindrical-coordinate representation of color #DCACEB: hue angle of 285.71º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCACEB is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 172 | 235 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.08 |
| HSL | 285.71º | 0.61% | 0.8% | - |
| HSV(B) | 285.71º | 0.27% | 0.92% | - |
| XYZ | 59.26 | 50.72 | 85.26 | - |
| YUV | 193.53 | 151.4 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 235 | 0.06 | 0.27 | 0 | 0.08 | 285.71 | 0.61 | 0.8 |
| Hex | DC | AC | EB | 6 | 1B | 0 | 8 | 11E | 3D | 50 |
| Octal | 334 | 254 | 353 | 6 | 33 | 0 | 10 | 436 | 75 | 120 |
| Binary | 11011100 | 10101100 | 11101011 | 110 | 11011 | 0 | 1000 | 100011110 | 111101 | 1010000 |
Color Harmonies of #DCACEB
Complementary color
Monochromatic Colors of #DCACEB
Black with #DCACEB
Text Example
Text Example
White with #DCACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACEB; }
p { color: rgb(220,172,235); }
H1.HeaderClassName
{
color: #DCACEB;
}
.AnyTagClassName
{
color: #DCACEB;
}
</style>
background-color css
<style>
a { background-color: #DCACEB; }
a { background-color: rgb(220,172,235); }
div.DivClassName
{
background-color: #DCACEB;
}
.BgClassName
{
background-color: #DCACEB;
}
</style>
border-color css
<style>
span { border-color: #DCACEB; }
span { border-color: rgb(220,172,235); }
td.TdClassName
{
border-color: #DCACEB;
}
.TagClassName
{
border-color: #DCACEB;
}
</style>