Shades of Mauve #DFA6F7
Tints of Mauve #DFA6F7
RGB
CMYK
RGB Variations
Color information
#DFA6F7 (or 0xDFA6F7) is known color: Mauve. HEX triplet: DF, A6 and F7. RGB value is (223,166,247). Sum of RGB (Red+Green+Blue) = 223+166+247=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 166 (65.23% from 255 or 26.10% from 636); Blue value is 247 (96.88% from 255 or 38.84% from 636); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFA6F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA6F7 is #205908. Grayscale: #C0C0C0. Windows color (decimal): -2119945 or 16230111. OLE color: 16230111.
HSL color Cylindrical-coordinate representation of color #DFA6F7: hue angle of 282.22º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFA6F7 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 166 | 247 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.03 |
| HSL | 282.22º | 0.84% | 0.81% | - |
| HSV(B) | 282.22º | 0.33% | 0.97% | - |
| XYZ | 60.86 | 49.68 | 94.38 | - |
| YUV | 192.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 247 | 0.10 | 0.33 | 0 | 0.03 | 282.22 | 0.84 | 0.81 |
| Hex | DF | A6 | F7 | A | 21 | 0 | 3 | 11A | 54 | 51 |
| Octal | 337 | 246 | 367 | 12 | 41 | 0 | 3 | 432 | 124 | 121 |
| Binary | 11011111 | 10100110 | 11110111 | 1010 | 100001 | 0 | 11 | 100011010 | 1010100 | 1010001 |
Color Harmonies of #DFA6F7
Complementary color
Monochromatic Colors of #DFA6F7
Black with #DFA6F7
Text Example
Text Example
White with #DFA6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA6F7; }
p { color: rgb(223,166,247); }
H1.HeaderClassName
{
color: #DFA6F7;
}
.AnyTagClassName
{
color: #DFA6F7;
}
</style>
background-color css
<style>
a { background-color: #DFA6F7; }
a { background-color: rgb(223,166,247); }
div.DivClassName
{
background-color: #DFA6F7;
}
.BgClassName
{
background-color: #DFA6F7;
}
</style>
border-color css
<style>
span { border-color: #DFA6F7; }
span { border-color: rgb(223,166,247); }
td.TdClassName
{
border-color: #DFA6F7;
}
.TagClassName
{
border-color: #DFA6F7;
}
</style>