Shades of Mauve #DCAAF7
Tints of Mauve #DCAAF7
RGB
CMYK
RGB Variations
Color information
#DCAAF7 (or 0xDCAAF7) is known color: Mauve. HEX triplet: DC, AA and F7. RGB value is (220,170,247). Sum of RGB (Red+Green+Blue) = 220+170+247=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 247 (96.88% from 255 or 38.78% from 637); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCAAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAF7 is #235508. Grayscale: #C1C1C1. Windows color (decimal): -2315529 or 16231132. OLE color: 16231132.
HSL color Cylindrical-coordinate representation of color #DCAAF7: hue angle of 278.96º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCAAF7 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 170 | 247 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.03 |
| HSL | 278.96º | 0.83% | 0.82% | - |
| HSV(B) | 278.96º | 0.31% | 0.97% | - |
| XYZ | 60.68 | 50.68 | 94.58 | - |
| YUV | 193.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 247 | 0.11 | 0.31 | 0 | 0.03 | 278.96 | 0.83 | 0.82 |
| Hex | DC | AA | F7 | B | 1F | 0 | 3 | 117 | 53 | 52 |
| Octal | 334 | 252 | 367 | 13 | 37 | 0 | 3 | 427 | 123 | 122 |
| Binary | 11011100 | 10101010 | 11110111 | 1011 | 11111 | 0 | 11 | 100010111 | 1010011 | 1010010 |
Color Harmonies of #DCAAF7
Complementary color
Monochromatic Colors of #DCAAF7
Black with #DCAAF7
Text Example
Text Example
White with #DCAAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAF7; }
p { color: rgb(220,170,247); }
H1.HeaderClassName
{
color: #DCAAF7;
}
.AnyTagClassName
{
color: #DCAAF7;
}
</style>
background-color css
<style>
a { background-color: #DCAAF7; }
a { background-color: rgb(220,170,247); }
div.DivClassName
{
background-color: #DCAAF7;
}
.BgClassName
{
background-color: #DCAAF7;
}
</style>
border-color css
<style>
span { border-color: #DCAAF7; }
span { border-color: rgb(220,170,247); }
td.TdClassName
{
border-color: #DCAAF7;
}
.TagClassName
{
border-color: #DCAAF7;
}
</style>