#DFA8F2

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

Shades of Mauve #DFA8F2

Tints of Mauve #DFA8F2

Color information

#DFA8F2 (or 0xDFA8F2) is unknown color: approx Mauve. HEX triplet: DF, A8 and F2. RGB value is (223,168,242). Sum of RGB (Red+Green+Blue) = 223+168+242=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 168 (66.02% from 255 or 26.54% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFA8F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA8F2 is #20570D. Grayscale: #C0C0C0. Windows color (decimal): -2119438 or 15902943. OLE color: 15902943.

HSL color Cylindrical-coordinate representation of color #DFA8F2: hue angle of 284.59º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFA8F2 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223168242-
CMYK0.080.3100.05
HSL284.59º74%80.39%-
HSV(B)284.59º30.58%94.9%-
XYZ60.4650.190.49-
YUV192.88155.72149.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.23%
GREEN value IS 168 (66.02% from 255) = 26.54%
BLUE value IS 242 (94.92% from 255) = 38.23%
R=35.23%
G=26.54%
B=38.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231682420.080.3100.05284.597480.39
HexDFA8F281F0511d4a50
Octal337250362103705435112120
Binary110111111010100011110010100011111010110001110110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA8F2; }

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

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

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

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

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

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

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

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