#DFA5FE

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

Shades of Mauve #DFA5FE

Tints of Mauve #DFA5FE

Color information

#DFA5FE (or 0xDFA5FE) is unknown color: approx Mauve. HEX triplet: DF, A5 and FE. RGB value is (223,165,254). Sum of RGB (Red+Green+Blue) = 223+165+254=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 165 (64.84% from 255 or 25.70% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFA5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA5FE is #205A01. Grayscale: #C0C0C0. Windows color (decimal): -2120194 or 16688607. OLE color: 16688607.

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

Color convert

RGB223165254-
CMYK0.120.3500.00
HSL279.1º97.8%82.16%-
HSV(B)279.1º35.04%99.61%-
XYZ61.7849.75100.11-
YUV192.49162.72149.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 165 (64.84% from 255) = 25.70%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=34.74%
G=25.70%
B=39.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2231652540.120.3500.00279.197.882.16
HexDFA5FEC23001176252
Octal337245376144300427142122
Binary11011111101001011111111011001000110010001011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA5FE; }

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

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

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

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

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

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

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

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