Shades of Mauve #DFA6FA
Tints of Mauve #DFA6FA
RGB
CMYK
RGB Variations
Color information
#DFA6FA (or 0xDFA6FA) is known color: Mauve. HEX triplet: DF, A6 and FA. RGB value is (223,166,250). Sum of RGB (Red+Green+Blue) = 223+166+250=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 166 (65.23% from 255 or 25.98% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFA6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA6FA is #205905. Grayscale: #C0C0C0. Windows color (decimal): -2119942 or 16426719. OLE color: 16426719.
HSL color Cylindrical-coordinate representation of color #DFA6FA: hue angle of 280.71º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFA6FA is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 166 | 250 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.02 |
| HSL | 280.71º | 0.89% | 0.82% | - |
| HSV(B) | 280.71º | 0.34% | 0.98% | - |
| XYZ | 61.32 | 49.86 | 96.83 | - |
| YUV | 192.62 | 160.38 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 250 | 0.11 | 0.34 | 0 | 0.02 | 280.71 | 0.89 | 0.82 |
| Hex | DF | A6 | FA | B | 22 | 0 | 2 | 119 | 59 | 52 |
| Octal | 337 | 246 | 372 | 13 | 42 | 0 | 2 | 431 | 131 | 122 |
| Binary | 11011111 | 10100110 | 11111010 | 1011 | 100010 | 0 | 10 | 100011001 | 1011001 | 1010010 |
Color Harmonies of #DFA6FA
Complementary color
Monochromatic Colors of #DFA6FA
Black with #DFA6FA
Text Example
Text Example
White with #DFA6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA6FA; }
p { color: rgb(223,166,250); }
H1.HeaderClassName
{
color: #DFA6FA;
}
.AnyTagClassName
{
color: #DFA6FA;
}
</style>
background-color css
<style>
a { background-color: #DFA6FA; }
a { background-color: rgb(223,166,250); }
div.DivClassName
{
background-color: #DFA6FA;
}
.BgClassName
{
background-color: #DFA6FA;
}
</style>
border-color css
<style>
span { border-color: #DFA6FA; }
span { border-color: rgb(223,166,250); }
td.TdClassName
{
border-color: #DFA6FA;
}
.TagClassName
{
border-color: #DFA6FA;
}
</style>