Shades of Mauve #DCAAEB
Tints of Mauve #DCAAEB
RGB
CMYK
RGB Variations
Color information
#DCAAEB (or 0xDCAAEB) is known color: Mauve. HEX triplet: DC, AA and EB. RGB value is (220,170,235). Sum of RGB (Red+Green+Blue) = 220+170+235=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAEB is #235514. Grayscale: #C0C0C0. Windows color (decimal): -2315541 or 15444700. OLE color: 15444700.
HSL color Cylindrical-coordinate representation of color #DCAAEB: hue angle of 286.15º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCAAEB is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 170 | 235 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.08 |
| HSL | 286.15º | 0.62% | 0.79% | - |
| HSV(B) | 286.15º | 0.28% | 0.92% | - |
| XYZ | 58.89 | 49.96 | 85.14 | - |
| YUV | 192.36 | 152.07 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 235 | 0.06 | 0.28 | 0 | 0.08 | 286.15 | 0.62 | 0.79 |
| Hex | DC | AA | EB | 6 | 1C | 0 | 8 | 11E | 3E | 4F |
| Octal | 334 | 252 | 353 | 6 | 34 | 0 | 10 | 436 | 76 | 117 |
| Binary | 11011100 | 10101010 | 11101011 | 110 | 11100 | 0 | 1000 | 100011110 | 111110 | 1001111 |
Color Harmonies of #DCAAEB
Complementary color
Monochromatic Colors of #DCAAEB
Black with #DCAAEB
Text Example
Text Example
White with #DCAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAEB; }
p { color: rgb(220,170,235); }
H1.HeaderClassName
{
color: #DCAAEB;
}
.AnyTagClassName
{
color: #DCAAEB;
}
</style>
background-color css
<style>
a { background-color: #DCAAEB; }
a { background-color: rgb(220,170,235); }
div.DivClassName
{
background-color: #DCAAEB;
}
.BgClassName
{
background-color: #DCAAEB;
}
</style>
border-color css
<style>
span { border-color: #DCAAEB; }
span { border-color: rgb(220,170,235); }
td.TdClassName
{
border-color: #DCAAEB;
}
.TagClassName
{
border-color: #DCAAEB;
}
</style>