Shades of Mauve #DCAAEF
Tints of Mauve #DCAAEF
RGB
CMYK
RGB Variations
Color information
#DCAAEF (or 0xDCAAEF) is known color: Mauve. HEX triplet: DC, AA and EF. RGB value is (220,170,239). Sum of RGB (Red+Green+Blue) = 220+170+239=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCAAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAEF is #235510. Grayscale: #C0C0C0. Windows color (decimal): -2315537 or 15706844. OLE color: 15706844.
HSL color Cylindrical-coordinate representation of color #DCAAEF: hue angle of 283.48º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCAAEF is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 170 | 239 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.06 |
| HSL | 283.48º | 0.68% | 0.8% | - |
| HSV(B) | 283.48º | 0.29% | 0.94% | - |
| XYZ | 59.47 | 50.2 | 88.22 | - |
| YUV | 192.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 239 | 0.08 | 0.29 | 0 | 0.06 | 283.48 | 0.68 | 0.8 |
| Hex | DC | AA | EF | 8 | 1D | 0 | 6 | 11B | 44 | 50 |
| Octal | 334 | 252 | 357 | 10 | 35 | 0 | 6 | 433 | 104 | 120 |
| Binary | 11011100 | 10101010 | 11101111 | 1000 | 11101 | 0 | 110 | 100011011 | 1000100 | 1010000 |
Color Harmonies of #DCAAEF
Complementary color
Monochromatic Colors of #DCAAEF
Black with #DCAAEF
Text Example
Text Example
White with #DCAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAEF; }
p { color: rgb(220,170,239); }
H1.HeaderClassName
{
color: #DCAAEF;
}
.AnyTagClassName
{
color: #DCAAEF;
}
</style>
background-color css
<style>
a { background-color: #DCAAEF; }
a { background-color: rgb(220,170,239); }
div.DivClassName
{
background-color: #DCAAEF;
}
.BgClassName
{
background-color: #DCAAEF;
}
</style>
border-color css
<style>
span { border-color: #DCAAEF; }
span { border-color: rgb(220,170,239); }
td.TdClassName
{
border-color: #DCAAEF;
}
.TagClassName
{
border-color: #DCAAEF;
}
</style>