Shades of Mauve #DFA8F2
Tints of Mauve #DFA8F2
RGB
CMYK
RGB Variations
Color information
#DFA8F2 (or 0xDFA8F2) is known color: Mauve. HEX triplet: DF, A8 and F2. RGB value is (223,168,242). Sum of RGB (Red+Green+Blue) = 223+168+242=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 168 (66.02% from 255 or 26.54% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFA8F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA8F2 is #20570D. Grayscale: #C0C0C0. Windows color (decimal): -2119438 or 15902943. OLE color: 15902943.
HSL color Cylindrical-coordinate representation of color #DFA8F2: hue angle of 284.59º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFA8F2 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 168 | 242 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.05 |
| HSL | 284.59º | 0.74% | 0.8% | - |
| HSV(B) | 284.59º | 0.31% | 0.95% | - |
| XYZ | 60.46 | 50.1 | 90.49 | - |
| YUV | 192.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 242 | 0.08 | 0.31 | 0 | 0.05 | 284.59 | 0.74 | 0.8 |
| Hex | DF | A8 | F2 | 8 | 1F | 0 | 5 | 11D | 4A | 50 |
| Octal | 337 | 250 | 362 | 10 | 37 | 0 | 5 | 435 | 112 | 120 |
| Binary | 11011111 | 10101000 | 11110010 | 1000 | 11111 | 0 | 101 | 100011101 | 1001010 | 1010000 |
Color Harmonies of #DFA8F2
Complementary color
Monochromatic Colors of #DFA8F2
Black with #DFA8F2
Text Example
Text Example
White with #DFA8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA8F2; }
p { color: rgb(223,168,242); }
H1.HeaderClassName
{
color: #DFA8F2;
}
.AnyTagClassName
{
color: #DFA8F2;
}
</style>
background-color css
<style>
a { background-color: #DFA8F2; }
a { background-color: rgb(223,168,242); }
div.DivClassName
{
background-color: #DFA8F2;
}
.BgClassName
{
background-color: #DFA8F2;
}
</style>
border-color css
<style>
span { border-color: #DFA8F2; }
span { border-color: rgb(223,168,242); }
td.TdClassName
{
border-color: #DFA8F2;
}
.TagClassName
{
border-color: #DFA8F2;
}
</style>