#DFA4FF

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

Shades of Mauve #DFA4FF

Tints of Mauve #DFA4FF

Color information

#DFA4FF (or 0xDFA4FF) is unknown color: approx Mauve. HEX triplet: DF, A4 and FF. RGB value is (223,164,255). Sum of RGB (Red+Green+Blue) = 223+164+255=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 164 (64.45% from 255 or 25.55% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA4FF is #205B00. Grayscale: #BFBFBF. Windows color (decimal): -2120449 or 16753887. OLE color: 16753887.

HSL color Cylindrical-coordinate representation of color #DFA4FF: hue angle of 278.9º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFA4FF is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB223164255-
CMYK0.130.3600
HSL278.9º100%82.16%-
HSV(B)278.9º35.69%100%-
XYZ61.7649.46100.9-
YUV192.02163.55150.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 164 (64.45% from 255) = 25.55%
BLUE value IS 255 (100% from 255) = 39.72%
R=34.74%
G=25.55%
B=39.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231642550.130.3600278.910082.16
HexDFA4FFD24001176452
Octal337244377154400427144122
Binary11011111101001001111111111011001000010001011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA4FF; }

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

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

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

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

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

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

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

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