Shades of Mauve #DFA2FA
Tints of Mauve #DFA2FA
RGB
CMYK
RGB Variations
Color information
#DFA2FA (or 0xDFA2FA) is known color: Mauve. HEX triplet: DF, A2 and FA. RGB value is (223,162,250). Sum of RGB (Red+Green+Blue) = 223+162+250=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA2FA is #205D05. Grayscale: #BDBDBD. Windows color (decimal): -2120966 or 16425695. OLE color: 16425695.
HSL color Cylindrical-coordinate representation of color #DFA2FA: hue angle of 281.59º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFA2FA is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 162 | 250 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.02 |
| HSL | 281.59º | 0.9% | 0.81% | - |
| HSV(B) | 281.59º | 0.35% | 0.98% | - |
| XYZ | 60.61 | 48.43 | 96.6 | - |
| YUV | 190.27 | 161.71 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 250 | 0.11 | 0.35 | 0 | 0.02 | 281.59 | 0.9 | 0.81 |
| Hex | DF | A2 | FA | B | 23 | 0 | 2 | 11A | 5A | 51 |
| Octal | 337 | 242 | 372 | 13 | 43 | 0 | 2 | 432 | 132 | 121 |
| Binary | 11011111 | 10100010 | 11111010 | 1011 | 100011 | 0 | 10 | 100011010 | 1011010 | 1010001 |
Color Harmonies of #DFA2FA
Complementary color
Monochromatic Colors of #DFA2FA
Black with #DFA2FA
Text Example
Text Example
White with #DFA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA2FA; }
p { color: rgb(223,162,250); }
H1.HeaderClassName
{
color: #DFA2FA;
}
.AnyTagClassName
{
color: #DFA2FA;
}
</style>
background-color css
<style>
a { background-color: #DFA2FA; }
a { background-color: rgb(223,162,250); }
div.DivClassName
{
background-color: #DFA2FA;
}
.BgClassName
{
background-color: #DFA2FA;
}
</style>
border-color css
<style>
span { border-color: #DFA2FA; }
span { border-color: rgb(223,162,250); }
td.TdClassName
{
border-color: #DFA2FA;
}
.TagClassName
{
border-color: #DFA2FA;
}
</style>