#DFA4F0

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

Shades of Mauve #DFA4F0

Tints of Mauve #DFA4F0

Color information

#DFA4F0 (or 0xDFA4F0) is unknown color: approx Mauve. HEX triplet: DF, A4 and F0. RGB value is (223,164,240). Sum of RGB (Red+Green+Blue) = 223+164+240=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 164 (64.45% from 255 or 26.16% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFA4F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA4F0 is #205B0F. Grayscale: #BEBEBE. Windows color (decimal): -2120464 or 15770847. OLE color: 15770847.

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

Color convert

RGB223164240-
CMYK0.070.3200.06
HSL286.58º71.7%79.22%-
HSV(B)286.58º31.67%94.12%-
XYZ59.4448.5388.67-
YUV190.3156.05151.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.57%
GREEN value IS 164 (64.45% from 255) = 26.16%
BLUE value IS 240 (94.14% from 255) = 38.28%
R=35.57%
G=26.16%
B=38.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231642400.070.3200.06286.5871.779.22
HexDFA4F07200611f484f
Octal33724436074006437110117
Binary110111111010010011110000111100000011010001111110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA4F0; }

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

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

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

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

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

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

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

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