Shades of Mauve #DFA8F3
Tints of Mauve #DFA8F3
RGB
CMYK
RGB Variations
Color information
#DFA8F3 (or 0xDFA8F3) is known color: Mauve. HEX triplet: DF, A8 and F3. RGB value is (223,168,243). Sum of RGB (Red+Green+Blue) = 223+168+243=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 168 (66.02% from 255 or 26.50% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFA8F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA8F3 is #20570C. Grayscale: #C0C0C0. Windows color (decimal): -2119437 or 15968479. OLE color: 15968479.
HSL color Cylindrical-coordinate representation of color #DFA8F3: hue angle of 284º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFA8F3 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 168 | 243 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.05 |
| HSL | 284º | 0.76% | 0.81% | - |
| HSV(B) | 284º | 0.31% | 0.95% | - |
| XYZ | 60.61 | 50.16 | 91.28 | - |
| YUV | 193 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 243 | 0.08 | 0.31 | 0 | 0.05 | 284 | 0.76 | 0.81 |
| Hex | DF | A8 | F3 | 8 | 1F | 0 | 5 | 11C | 4C | 51 |
| Octal | 337 | 250 | 363 | 10 | 37 | 0 | 5 | 434 | 114 | 121 |
| Binary | 11011111 | 10101000 | 11110011 | 1000 | 11111 | 0 | 101 | 100011100 | 1001100 | 1010001 |
Color Harmonies of #DFA8F3
Complementary color
Monochromatic Colors of #DFA8F3
Black with #DFA8F3
Text Example
Text Example
White with #DFA8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA8F3; }
p { color: rgb(223,168,243); }
H1.HeaderClassName
{
color: #DFA8F3;
}
.AnyTagClassName
{
color: #DFA8F3;
}
</style>
background-color css
<style>
a { background-color: #DFA8F3; }
a { background-color: rgb(223,168,243); }
div.DivClassName
{
background-color: #DFA8F3;
}
.BgClassName
{
background-color: #DFA8F3;
}
</style>
border-color css
<style>
span { border-color: #DFA8F3; }
span { border-color: rgb(223,168,243); }
td.TdClassName
{
border-color: #DFA8F3;
}
.TagClassName
{
border-color: #DFA8F3;
}
</style>