#DFA8F7

Color #DFA8F7 Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DFA8F7

Tints of Mauve #DFA8F7

Color information

#DFA8F7 (or 0xDFA8F7) is unknown color: approx Mauve. HEX triplet: DF, A8 and F7. RGB value is (223,168,247). Sum of RGB (Red+Green+Blue) = 223+168+247=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 168 (66.02% from 255 or 26.33% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFA8F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA8F7 is #205708. Grayscale: #C1C1C1. Windows color (decimal): -2119433 or 16230623. OLE color: 16230623.

HSL color Cylindrical-coordinate representation of color #DFA8F7: hue angle of 281.77º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA8F7 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB223168247-
CMYK0.100.3200.03
HSL281.77º83.16%81.37%-
HSV(B)281.77º31.98%96.86%-
XYZ61.2250.4194.5-
YUV193.45158.22149.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 168 (66.02% from 255) = 26.33%
BLUE value IS 247 (96.88% from 255) = 38.71%
R=34.95%
G=26.33%
B=38.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2231682470.100.3200.03281.7783.1681.37
HexDFA8F7A200311a5351
Octal337250367124003432123121
Binary110111111010100011110111101010000001110001101010100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA8F7; }

 p { color: rgb(223,168,247); }

 H1.HeaderClassName
 {
   color: #DFA8F7;
 }
 .AnyTagClassName
 {
   color: #DFA8F7;
 }
</style>
background-color css

<style>
 a { background-color: #DFA8F7; }

 a { background-color: rgb(223,168,247); }

 div.DivClassName
 {
   background-color: #DFA8F7;
 }
 .BgClassName
 {
   background-color: #DFA8F7;
 }
</style>
border-color css

<style>
 span { border-color: #DFA8F7; }

 span { border-color: rgb(223,168,247); }

 td.TdClassName
 {
   border-color: #DFA8F7;
 }
 .TagClassName
 {
   border-color: #DFA8F7;
 }
</style>