#DFA7FE

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

Shades of Mauve #DFA7FE

Tints of Mauve #DFA7FE

Color information

#DFA7FE (or 0xDFA7FE) is unknown color: approx Mauve. HEX triplet: DF, A7 and FE. RGB value is (223,167,254). Sum of RGB (Red+Green+Blue) = 223+167+254=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 167 (65.62% from 255 or 25.93% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA7FE is #205801. Grayscale: #C1C1C1. Windows color (decimal): -2119682 or 16689119. OLE color: 16689119.

HSL color Cylindrical-coordinate representation of color #DFA7FE: hue angle of 278.62º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFA7FE is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223167254-
CMYK0.120.3400.00
HSL278.62º97.75%82.55%-
HSV(B)278.62º34.25%99.61%-
XYZ62.1450.48100.23-
YUV193.66162.05148.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.63%
GREEN value IS 167 (65.62% from 255) = 25.93%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=34.63%
G=25.93%
B=39.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2231672540.120.3400.00278.6297.7582.55
HexDFA7FEC22001176253
Octal337247376144200427142123
Binary11011111101001111111111011001000100010001011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA7FE; }

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

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

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

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

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

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

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

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