Shades of Mauve #DCAAED
Tints of Mauve #DCAAED
RGB
CMYK
RGB Variations
Color information
#DCAAED (or 0xDCAAED) is known color: Mauve. HEX triplet: DC, AA and ED. RGB value is (220,170,237). Sum of RGB (Red+Green+Blue) = 220+170+237=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCAAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAED is #235512. Grayscale: #C0C0C0. Windows color (decimal): -2315539 or 15575772. OLE color: 15575772.
HSL color Cylindrical-coordinate representation of color #DCAAED: hue angle of 284.78º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCAAED is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 170 | 237 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.07 |
| HSL | 284.78º | 0.65% | 0.8% | - |
| HSV(B) | 284.78º | 0.28% | 0.93% | - |
| XYZ | 59.18 | 50.08 | 86.67 | - |
| YUV | 192.59 | 153.07 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 237 | 0.07 | 0.28 | 0 | 0.07 | 284.78 | 0.65 | 0.8 |
| Hex | DC | AA | ED | 7 | 1C | 0 | 7 | 11D | 41 | 50 |
| Octal | 334 | 252 | 355 | 7 | 34 | 0 | 7 | 435 | 101 | 120 |
| Binary | 11011100 | 10101010 | 11101101 | 111 | 11100 | 0 | 111 | 100011101 | 1000001 | 1010000 |
Color Harmonies of #DCAAED
Complementary color
Monochromatic Colors of #DCAAED
Black with #DCAAED
Text Example
Text Example
White with #DCAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAED; }
p { color: rgb(220,170,237); }
H1.HeaderClassName
{
color: #DCAAED;
}
.AnyTagClassName
{
color: #DCAAED;
}
</style>
background-color css
<style>
a { background-color: #DCAAED; }
a { background-color: rgb(220,170,237); }
div.DivClassName
{
background-color: #DCAAED;
}
.BgClassName
{
background-color: #DCAAED;
}
</style>
border-color css
<style>
span { border-color: #DCAAED; }
span { border-color: rgb(220,170,237); }
td.TdClassName
{
border-color: #DCAAED;
}
.TagClassName
{
border-color: #DCAAED;
}
</style>