#DFA9FE

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

Shades of Mauve #DFA9FE

Tints of Mauve #DFA9FE

Color information

#DFA9FE (or 0xDFA9FE) is unknown color: approx Mauve. HEX triplet: DF, A9 and FE. RGB value is (223,169,254). Sum of RGB (Red+Green+Blue) = 223+169+254=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 169 (66.41% from 255 or 26.16% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFA9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA9FE is #205601. Grayscale: #C2C2C2. Windows color (decimal): -2119170 or 16689631. OLE color: 16689631.

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

Color convert

RGB223169254-
CMYK0.120.3300.00
HSL278.12º97.7%82.94%-
HSV(B)278.12º33.46%99.61%-
XYZ62.5151.22100.36-
YUV194.84161.39148.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.52%
GREEN value IS 169 (66.41% from 255) = 26.16%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=34.52%
G=26.16%
B=39.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2231692540.120.3300.00278.1297.782.94
HexDFA9FEC21001166253
Octal337251376144100426142123
Binary11011111101010011111111011001000010010001011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA9FE; }

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

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

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

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

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

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

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

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