#DFA9FF

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

Shades of Mauve #DFA9FF

Tints of Mauve #DFA9FF

Color information

#DFA9FF (or 0xDFA9FF) is unknown color: approx Mauve. HEX triplet: DF, A9 and FF. RGB value is (223,169,255). Sum of RGB (Red+Green+Blue) = 223+169+255=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 169 (66.41% from 255 or 26.12% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA9FF is #205600. Grayscale: #C2C2C2. Windows color (decimal): -2119169 or 16755167. OLE color: 16755167.

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

Color convert

RGB223169255-
CMYK0.130.3400
HSL277.67º100%83.14%-
HSV(B)277.67º33.73%100%-
XYZ62.6751.28101.2-
YUV194.95161.89148.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.47%
GREEN value IS 169 (66.41% from 255) = 26.12%
BLUE value IS 255 (100% from 255) = 39.41%
R=34.47%
G=26.12%
B=39.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231692550.130.3400277.6710083.14
HexDFA9FFD22001166453
Octal337251377154200426144123
Binary11011111101010011111111111011000100010001011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA9FF; }

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

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

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

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

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

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

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

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