#DFAFF9

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

Shades of Mauve #DFAFF9

Tints of Mauve #DFAFF9

Color information

#DFAFF9 (or 0xDFAFF9) is unknown color: approx Mauve. HEX triplet: DF, AF and F9. RGB value is (223,175,249). Sum of RGB (Red+Green+Blue) = 223+175+249=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFAFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAFF9 is #205006. Grayscale: #C5C5C5. Windows color (decimal): -2117639 or 16363487. OLE color: 16363487.

HSL color Cylindrical-coordinate representation of color #DFAFF9: hue angle of 278.92º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFAFF9 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223175249-
CMYK0.100.3000.02
HSL278.92º86.05%83.14%-
HSV(B)278.92º29.72%97.65%-
XYZ62.8653.1996.58-
YUV197.79156.9145.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.47%
GREEN value IS 175 (68.75% from 255) = 27.05%
BLUE value IS 249 (97.66% from 255) = 38.49%
R=34.47%
G=27.05%
B=38.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231752490.100.3000.02278.9286.0583.14
HexDFAFF9A1E021175653
Octal337257371123602427126123
Binary11011111101011111111100110101111001010001011110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFF9; }

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

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

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

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

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

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

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

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