#DFAAF7

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

Shades of Mauve #DFAAF7

Tints of Mauve #DFAAF7

Color information

#DFAAF7 (or 0xDFAAF7) is unknown color: approx Mauve. HEX triplet: DF, AA and F7. RGB value is (223,170,247). Sum of RGB (Red+Green+Blue) = 223+170+247=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 247 (96.88% from 255 or 38.59% from 640); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFAAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAF7 is #205508. Grayscale: #C2C2C2. Windows color (decimal): -2118921 or 16231135. OLE color: 16231135.

HSL color Cylindrical-coordinate representation of color #DFAAF7: hue angle of 281.3º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFAAF7 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB223170247-
CMYK0.100.3100.03
HSL281.3º82.8%81.76%-
HSV(B)281.3º31.17%96.86%-
XYZ61.5951.1594.62-
YUV194.62157.56148.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 170 (66.80% from 255) = 26.56%
BLUE value IS 247 (96.88% from 255) = 38.59%
R=34.84%
G=26.56%
B=38.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2231702470.100.3100.03281.382.881.76
HexDFAAF7A1F031195352
Octal337252367123703431123122
Binary11011111101010101111011110101111101110001100110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAF7; }

 p { color: rgb(223,170,247); }

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

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

 a { background-color: rgb(223,170,247); }

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

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

 span { border-color: rgb(223,170,247); }

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