#DFA4F6

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

Shades of Mauve #DFA4F6

Tints of Mauve #DFA4F6

Color information

#DFA4F6 (or 0xDFA4F6) is unknown color: approx Mauve. HEX triplet: DF, A4 and F6. RGB value is (223,164,246). Sum of RGB (Red+Green+Blue) = 223+164+246=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 164 (64.45% from 255 or 25.91% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFA4F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA4F6 is #205B09. Grayscale: #BEBEBE. Windows color (decimal): -2120458 or 16164063. OLE color: 16164063.

HSL color Cylindrical-coordinate representation of color #DFA4F6: hue angle of 283.17º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFA4F6 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223164246-
CMYK0.090.3300.04
HSL283.17º82%80.39%-
HSV(B)283.17º33.33%96.47%-
XYZ60.3448.8993.45-
YUV190.99159.05150.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.23%
GREEN value IS 164 (64.45% from 255) = 25.91%
BLUE value IS 246 (96.48% from 255) = 38.86%
R=35.23%
G=25.91%
B=38.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2231642460.090.3300.04283.178280.39
HexDFA4F69210411b5250
Octal337244366114104433122120
Binary1101111110100100111101101001100001010010001101110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA4F6; }

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

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

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

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

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

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

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

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