#DFAAF1

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

Shades of Mauve #DFAAF1

Tints of Mauve #DFAAF1

Color information

#DFAAF1 (or 0xDFAAF1) is unknown color: approx Mauve. HEX triplet: DF, AA and F1. RGB value is (223,170,241). Sum of RGB (Red+Green+Blue) = 223+170+241=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAF1 is #20550E. Grayscale: #C1C1C1. Windows color (decimal): -2118927 or 15837919. OLE color: 15837919.

HSL color Cylindrical-coordinate representation of color #DFAAF1: hue angle of 284.79º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFAAF1 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223170241-
CMYK0.070.2900.05
HSL284.79º71.72%80.59%-
HSV(B)284.79º29.46%94.51%-
XYZ60.6850.7989.82-
YUV193.94154.56148.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.17%
GREEN value IS 170 (66.80% from 255) = 26.81%
BLUE value IS 241 (94.53% from 255) = 38.01%
R=35.17%
G=26.81%
B=38.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231702410.070.2900.05284.7971.7280.59
HexDFAAF171D0511d4851
Octal33725236173505435110121
Binary11011111101010101111000111111101010110001110110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAF1; }

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

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

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

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

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

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

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

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