#DFA8FD

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

Shades of Mauve #DFA8FD

Tints of Mauve #DFA8FD

Color information

#DFA8FD (or 0xDFA8FD) is unknown color: approx Mauve. HEX triplet: DF, A8 and FD. RGB value is (223,168,253). Sum of RGB (Red+Green+Blue) = 223+168+253=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 168 (66.02% from 255 or 26.09% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA8FD is #205702. Grayscale: #C1C1C1. Windows color (decimal): -2119427 or 16623839. OLE color: 16623839.

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

Color convert

RGB223168253-
CMYK0.120.3400.01
HSL278.82º95.51%82.55%-
HSV(B)278.82º33.6%99.22%-
XYZ62.1650.7999.45-
YUV194.14161.22148.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.63%
GREEN value IS 168 (66.02% from 255) = 26.09%
BLUE value IS 253 (99.22% from 255) = 39.29%
R=34.63%
G=26.09%
B=39.29%

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
Decimal2231682530.120.3400.01278.8295.5182.55
HexDFA8FDC22011176053
Octal337250375144201427140123
Binary11011111101010001111110111001000100110001011111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA8FD; }

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

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

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

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

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

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

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

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