#DFA5F6

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

Shades of Mauve #DFA5F6

Tints of Mauve #DFA5F6

Color information

#DFA5F6 (or 0xDFA5F6) is unknown color: approx Mauve. HEX triplet: DF, A5 and F6. RGB value is (223,165,246). Sum of RGB (Red+Green+Blue) = 223+165+246=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 165 (64.84% from 255 or 26.03% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFA5F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA5F6 is #205A09. Grayscale: #BFBFBF. Windows color (decimal): -2120202 or 16164319. OLE color: 16164319.

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

Color convert

RGB223165246-
CMYK0.090.3300.04
HSL282.96º81.82%80.59%-
HSV(B)282.96º32.93%96.47%-
XYZ60.5249.2593.51-
YUV191.58158.72150.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.17%
GREEN value IS 165 (64.84% from 255) = 26.03%
BLUE value IS 246 (96.48% from 255) = 38.80%
R=35.17%
G=26.03%
B=38.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2231652460.090.3300.04282.9681.8280.59
HexDFA5F69210411b5251
Octal337245366114104433122121
Binary1101111110100101111101101001100001010010001101110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA5F6; }

 p { color: rgb(223,165,246); }

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

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

 a { background-color: rgb(223,165,246); }

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

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

 span { border-color: rgb(223,165,246); }

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