#DFA8FF

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

Shades of Mauve #DFA8FF

Tints of Mauve #DFA8FF

Color information

#DFA8FF (or 0xDFA8FF) is unknown color: approx Mauve. HEX triplet: DF, A8 and FF. RGB value is (223,168,255). Sum of RGB (Red+Green+Blue) = 223+168+255=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 168 (66.02% from 255 or 26.01% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA8FF is #205700. Grayscale: #C2C2C2. Windows color (decimal): -2119425 or 16754911. OLE color: 16754911.

HSL color Cylindrical-coordinate representation of color #DFA8FF: hue angle of 277.93º 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 #DFA8FF is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB223168255-
CMYK0.130.3400
HSL277.93º100%82.94%-
HSV(B)277.93º34.12%100%-
XYZ62.4850.91101.14-
YUV194.36162.22148.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.52%
GREEN value IS 168 (66.02% from 255) = 26.01%
BLUE value IS 255 (100% from 255) = 39.47%
R=34.52%
G=26.01%
B=39.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231682550.130.3400277.9310082.94
HexDFA8FFD22001166453
Octal337250377154200426144123
Binary11011111101010001111111111011000100010001011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA8FF; }

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

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

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

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

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

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

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

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