#dfaaf3

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

Shades of Mauve #DFAAF3

Tints of Mauve #DFAAF3

Color information

#DFAAF3 (or 0xDFAAF3) is unknown color: approx Mauve. HEX triplet: DF, AA and F3. RGB value is (223,170,243). Sum of RGB (Red+Green+Blue) = 223+170+243=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFAAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAF3 is #20550C. Grayscale: #C1C1C1. Windows color (decimal): -2118925 or 15968991. OLE color: 15968991.

HSL color Cylindrical-coordinate representation of color #DFAAF3: hue angle of 283.56º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFAAF3 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223170243-
CMYK0.080.3000.05
HSL283.56º75.26%80.98%-
HSV(B)283.56º30.04%95.29%-
XYZ60.9850.9191.41-
YUV194.17155.56148.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 170 (66.80% from 255) = 26.73%
BLUE value IS 243 (95.31% from 255) = 38.21%
R=35.06%
G=26.73%
B=38.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231702430.080.3000.05283.5675.2680.98
HexDFAAF381E0511c4b51
Octal337252363103605434113121
Binary110111111010101011110011100011110010110001110010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfaaf3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfaaf3; }

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

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

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

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

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

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

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

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