Shades of Mauve #DFA1FB
Tints of Mauve #DFA1FB
RGB
CMYK
RGB Variations
Color information
#DFA1FB (or 0xDFA1FB) is known color: Mauve. HEX triplet: DF, A1 and FB. RGB value is (223,161,251). Sum of RGB (Red+Green+Blue) = 223+161+251=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 161 (63.28% from 255 or 25.35% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFA1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA1FB is #205E04. Grayscale: #BDBDBD. Windows color (decimal): -2121221 or 16490975. OLE color: 16490975.
HSL color Cylindrical-coordinate representation of color #DFA1FB: hue angle of 281.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFA1FB is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 161 | 251 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.02 |
| HSL | 281.33º | 0.92% | 0.81% | - |
| HSV(B) | 281.33º | 0.36% | 0.98% | - |
| XYZ | 60.59 | 48.14 | 97.37 | - |
| YUV | 189.8 | 162.54 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 251 | 0.11 | 0.36 | 0 | 0.02 | 281.33 | 0.92 | 0.81 |
| Hex | DF | A1 | FB | B | 24 | 0 | 2 | 119 | 5C | 51 |
| Octal | 337 | 241 | 373 | 13 | 44 | 0 | 2 | 431 | 134 | 121 |
| Binary | 11011111 | 10100001 | 11111011 | 1011 | 100100 | 0 | 10 | 100011001 | 1011100 | 1010001 |
Color Harmonies of #DFA1FB
Complementary color
Monochromatic Colors of #DFA1FB
Black with #DFA1FB
Text Example
Text Example
White with #DFA1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA1FB; }
p { color: rgb(223,161,251); }
H1.HeaderClassName
{
color: #DFA1FB;
}
.AnyTagClassName
{
color: #DFA1FB;
}
</style>
background-color css
<style>
a { background-color: #DFA1FB; }
a { background-color: rgb(223,161,251); }
div.DivClassName
{
background-color: #DFA1FB;
}
.BgClassName
{
background-color: #DFA1FB;
}
</style>
border-color css
<style>
span { border-color: #DFA1FB; }
span { border-color: rgb(223,161,251); }
td.TdClassName
{
border-color: #DFA1FB;
}
.TagClassName
{
border-color: #DFA1FB;
}
</style>