#DFAFF5

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

Shades of Mauve #DFAFF5

Tints of Mauve #DFAFF5

Color information

#DFAFF5 (or 0xDFAFF5) is unknown color: approx Mauve. HEX triplet: DF, AF and F5. RGB value is (223,175,245). Sum of RGB (Red+Green+Blue) = 223+175+245=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFAFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAFF5 is #20500A. Grayscale: #C5C5C5. Windows color (decimal): -2117643 or 16101343. OLE color: 16101343.

HSL color Cylindrical-coordinate representation of color #DFAFF5: hue angle of 281.14º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFAFF5 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223175245-
CMYK0.090.2900.04
HSL281.14º77.78%82.35%-
HSV(B)281.14º28.57%96.08%-
XYZ62.2452.9493.32-
YUV197.33154.9146.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 175 (68.75% from 255) = 27.22%
BLUE value IS 245 (96.09% from 255) = 38.10%
R=34.68%
G=27.22%
B=38.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2231752450.090.2900.04281.1477.7882.35
HexDFAFF591D041194e52
Octal337257365113504431116122
Binary110111111010111111110101100111101010010001100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFF5; }

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

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

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

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

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

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

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

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