Shades of Mauve #DFA9FB
Tints of Mauve #DFA9FB
RGB
CMYK
RGB Variations
Color information
#DFA9FB (or 0xDFA9FB) is known color: Mauve. HEX triplet: DF, A9 and FB. RGB value is (223,169,251). Sum of RGB (Red+Green+Blue) = 223+169+251=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 169 (66.41% from 255 or 26.28% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFA9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA9FB is #205604. Grayscale: #C2C2C2. Windows color (decimal): -2119173 or 16493023. OLE color: 16493023.
HSL color Cylindrical-coordinate representation of color #DFA9FB: hue angle of 279.51º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFA9FB is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 169 | 251 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.02 |
| HSL | 279.51º | 0.91% | 0.82% | - |
| HSV(B) | 279.51º | 0.33% | 0.98% | - |
| XYZ | 62.03 | 51.03 | 97.85 | - |
| YUV | 194.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 251 | 0.11 | 0.33 | 0 | 0.02 | 279.51 | 0.91 | 0.82 |
| Hex | DF | A9 | FB | B | 21 | 0 | 2 | 118 | 5B | 52 |
| Octal | 337 | 251 | 373 | 13 | 41 | 0 | 2 | 430 | 133 | 122 |
| Binary | 11011111 | 10101001 | 11111011 | 1011 | 100001 | 0 | 10 | 100011000 | 1011011 | 1010010 |
Color Harmonies of #DFA9FB
Complementary color
Monochromatic Colors of #DFA9FB
Black with #DFA9FB
Text Example
Text Example
White with #DFA9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9FB; }
p { color: rgb(223,169,251); }
H1.HeaderClassName
{
color: #DFA9FB;
}
.AnyTagClassName
{
color: #DFA9FB;
}
</style>
background-color css
<style>
a { background-color: #DFA9FB; }
a { background-color: rgb(223,169,251); }
div.DivClassName
{
background-color: #DFA9FB;
}
.BgClassName
{
background-color: #DFA9FB;
}
</style>
border-color css
<style>
span { border-color: #DFA9FB; }
span { border-color: rgb(223,169,251); }
td.TdClassName
{
border-color: #DFA9FB;
}
.TagClassName
{
border-color: #DFA9FB;
}
</style>