Shades of Mauve #DCACED
Tints of Mauve #DCACED
RGB
CMYK
RGB Variations
Color information
#DCACED (or 0xDCACED) is known color: Mauve. HEX triplet: DC, AC and ED. RGB value is (220,172,237). Sum of RGB (Red+Green+Blue) = 220+172+237=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACED is #235312. Grayscale: #C1C1C1. Windows color (decimal): -2315027 or 15576284. OLE color: 15576284.
HSL color Cylindrical-coordinate representation of color #DCACED: hue angle of 284.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCACED is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 172 | 237 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.07 |
| HSL | 284.31º | 0.64% | 0.8% | - |
| HSV(B) | 284.31º | 0.27% | 0.93% | - |
| XYZ | 59.55 | 50.84 | 86.79 | - |
| YUV | 193.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 237 | 0.07 | 0.27 | 0 | 0.07 | 284.31 | 0.64 | 0.8 |
| Hex | DC | AC | ED | 7 | 1B | 0 | 7 | 11C | 40 | 50 |
| Octal | 334 | 254 | 355 | 7 | 33 | 0 | 7 | 434 | 100 | 120 |
| Binary | 11011100 | 10101100 | 11101101 | 111 | 11011 | 0 | 111 | 100011100 | 1000000 | 1010000 |
Color Harmonies of #DCACED
Complementary color
Monochromatic Colors of #DCACED
Black with #DCACED
Text Example
Text Example
White with #DCACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACED; }
p { color: rgb(220,172,237); }
H1.HeaderClassName
{
color: #DCACED;
}
.AnyTagClassName
{
color: #DCACED;
}
</style>
background-color css
<style>
a { background-color: #DCACED; }
a { background-color: rgb(220,172,237); }
div.DivClassName
{
background-color: #DCACED;
}
.BgClassName
{
background-color: #DCACED;
}
</style>
border-color css
<style>
span { border-color: #DCACED; }
span { border-color: rgb(220,172,237); }
td.TdClassName
{
border-color: #DCACED;
}
.TagClassName
{
border-color: #DCACED;
}
</style>