#DFAFF3

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

Shades of Mauve #DFAFF3

Tints of Mauve #DFAFF3

Color information

#DFAFF3 (or 0xDFAFF3) is unknown color: approx Mauve. HEX triplet: DF, AF and F3. RGB value is (223,175,243). Sum of RGB (Red+Green+Blue) = 223+175+243=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFAFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAFF3 is #20500C. Grayscale: #C4C4C4. Windows color (decimal): -2117645 or 15970271. OLE color: 15970271.

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

Color convert

RGB223175243-
CMYK0.080.2800.05
HSL282.35º73.91%81.96%-
HSV(B)282.35º27.98%95.29%-
XYZ61.9452.8291.72-
YUV197.1153.9146.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.79%
GREEN value IS 175 (68.75% from 255) = 27.30%
BLUE value IS 243 (95.31% from 255) = 37.91%
R=34.79%
G=27.30%
B=37.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231752430.080.2800.05282.3573.9181.96
HexDFAFF381C0511a4a52
Octal337257363103405432112122
Binary110111111010111111110011100011100010110001101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFF3; }

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

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

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

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

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

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

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

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