#DFA1FE

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

Shades of Mauve #DFA1FE

Tints of Mauve #DFA1FE

Color information

#DFA1FE (or 0xDFA1FE) is unknown color: approx Mauve. HEX triplet: DF, A1 and FE. RGB value is (223,161,254). Sum of RGB (Red+Green+Blue) = 223+161+254=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 161 (63.28% from 255 or 25.24% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFA1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA1FE is #205E01. Grayscale: #BDBDBD. Windows color (decimal): -2121218 or 16687583. OLE color: 16687583.

HSL color Cylindrical-coordinate representation of color #DFA1FE: hue angle of 280º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFA1FE is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223161254-
CMYK0.120.3700.00
HSL280º97.89%81.37%-
HSV(B)280º36.61%99.61%-
XYZ61.0748.3399.88-
YUV190.14164.04151.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 161 (63.28% from 255) = 25.24%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=34.95%
G=25.24%
B=39.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2231612540.120.3700.0028097.8981.37
HexDFA1FEC25001186251
Octal337241376144500430142121
Binary11011111101000011111111011001001010010001100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA1FE; }

 p { color: rgb(223,161,254); }

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

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

 a { background-color: rgb(223,161,254); }

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

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

 span { border-color: rgb(223,161,254); }

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