#DFA7FD

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

Shades of Mauve #DFA7FD

Tints of Mauve #DFA7FD

Color information

#DFA7FD (or 0xDFA7FD) is unknown color: approx Mauve. HEX triplet: DF, A7 and FD. RGB value is (223,167,253). Sum of RGB (Red+Green+Blue) = 223+167+253=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 167 (65.62% from 255 or 25.97% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFA7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA7FD is #205802. Grayscale: #C1C1C1. Windows color (decimal): -2119683 or 16623583. OLE color: 16623583.

HSL color Cylindrical-coordinate representation of color #DFA7FD: hue angle of 279.07º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFA7FD is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223167253-
CMYK0.120.3400.01
HSL279.07º95.56%82.35%-
HSV(B)279.07º33.99%99.22%-
XYZ61.9850.4299.39-
YUV193.55161.55149.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 167 (65.62% from 255) = 25.97%
BLUE value IS 253 (99.22% from 255) = 39.35%
R=34.68%
G=25.97%
B=39.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231672530.120.3400.01279.0795.5682.35
HexDFA7FDC22011176052
Octal337247375144201427140122
Binary11011111101001111111110111001000100110001011111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA7FD; }

 p { color: rgb(223,167,253); }

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

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

 a { background-color: rgb(223,167,253); }

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

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

 span { border-color: rgb(223,167,253); }

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