#DFA4FA

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

Shades of Mauve #DFA4FA

Tints of Mauve #DFA4FA

Color information

#DFA4FA (or 0xDFA4FA) is unknown color: approx Mauve. HEX triplet: DF, A4 and FA. RGB value is (223,164,250). Sum of RGB (Red+Green+Blue) = 223+164+250=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 164 (64.45% from 255 or 25.75% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFA4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA4FA is #205B05. Grayscale: #BFBFBF. Windows color (decimal): -2120454 or 16426207. OLE color: 16426207.

HSL color Cylindrical-coordinate representation of color #DFA4FA: hue angle of 281.16º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFA4FA is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223164250-
CMYK0.110.3400.02
HSL281.16º89.58%81.18%-
HSV(B)281.16º34.4%98.04%-
XYZ60.9649.1496.71-
YUV191.44161.05150.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 164 (64.45% from 255) = 25.75%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=35.01%
G=25.75%
B=39.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231642500.110.3400.02281.1689.5881.18
HexDFA4FAB22021195a51
Octal337244372134202431132121
Binary110111111010010011111010101110001001010001100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA4FA; }

 p { color: rgb(223,164,250); }

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

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

 a { background-color: rgb(223,164,250); }

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

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

 span { border-color: rgb(223,164,250); }

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