#DFA5F3

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

Shades of Mauve #DFA5F3

Tints of Mauve #DFA5F3

Color information

#DFA5F3 (or 0xDFA5F3) is unknown color: approx Mauve. HEX triplet: DF, A5 and F3. RGB value is (223,165,243). Sum of RGB (Red+Green+Blue) = 223+165+243=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 165 (64.84% from 255 or 26.15% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFA5F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA5F3 is #205A0C. Grayscale: #BEBEBE. Windows color (decimal): -2120205 or 15967711. OLE color: 15967711.

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

Color convert

RGB223165243-
CMYK0.080.3200.05
HSL284.62º76.47%80%-
HSV(B)284.62º32.1%95.29%-
XYZ60.0649.0791.1-
YUV191.23157.22150.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.34%
GREEN value IS 165 (64.84% from 255) = 26.15%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=35.34%
G=26.15%
B=38.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231652430.080.3200.05284.6276.4780
HexDFA5F38200511d4c50
Octal337245363104005435114120
Binary1101111110100101111100111000100000010110001110110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA5F3; }

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

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

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

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

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

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

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

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