#DFA4F1

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

Shades of Mauve #DFA4F1

Tints of Mauve #DFA4F1

Color information

#DFA4F1 (or 0xDFA4F1) is unknown color: approx Mauve. HEX triplet: DF, A4 and F1. RGB value is (223,164,241). Sum of RGB (Red+Green+Blue) = 223+164+241=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 164 (64.45% from 255 or 26.11% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFA4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA4F1 is #205B0E. Grayscale: #BEBEBE. Windows color (decimal): -2120463 or 15836383. OLE color: 15836383.

HSL color Cylindrical-coordinate representation of color #DFA4F1: hue angle of 285.97º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA4F1 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223164241-
CMYK0.070.3200.05
HSL285.97º73.33%79.41%-
HSV(B)285.97º31.95%94.51%-
XYZ59.5848.5989.46-
YUV190.42156.55151.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 164 (64.45% from 255) = 26.11%
BLUE value IS 241 (94.53% from 255) = 38.38%
R=35.51%
G=26.11%
B=38.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231642410.070.3200.05285.9773.3379.41
HexDFA4F17200511e494f
Octal33724436174005436111117
Binary110111111010010011110001111100000010110001111010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA4F1; }

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

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

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

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

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

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

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

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