#DEA3FE

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

Shades of Mauve #DEA3FE

Tints of Mauve #DEA3FE

Color information

#DEA3FE (or 0xDEA3FE) is unknown color: approx Mauve. HEX triplet: DE, A3 and FE. RGB value is (222,163,254). Sum of RGB (Red+Green+Blue) = 222+163+254=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 163 (64.06% from 255 or 25.51% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEA3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA3FE is #215C01. Grayscale: #BEBEBE. Windows color (decimal): -2186242 or 16688094. OLE color: 16688094.

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

Color convert

RGB222163254-
CMYK0.130.3600.00
HSL278.9º97.85%81.76%-
HSV(B)278.9º35.83%99.61%-
XYZ61.1148.8899.98-
YUV191.02163.55150.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 163 (64.06% from 255) = 25.51%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=34.74%
G=25.51%
B=39.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221632540.130.3600.00278.997.8581.76
HexDEA3FED24001176252
Octal336243376154400427142122
Binary11011110101000111111111011011001000010001011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA3FE; }

 p { color: rgb(222,163,254); }

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

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

 a { background-color: rgb(222,163,254); }

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

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

 span { border-color: rgb(222,163,254); }

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