#E5ADFE

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

Shades of Mauve #E5ADFE

Tints of Mauve #E5ADFE

Color information

#E5ADFE (or 0xE5ADFE) is unknown color: approx Mauve. HEX triplet: E5, AD and FE. RGB value is (229,173,254). Sum of RGB (Red+Green+Blue) = 229+173+254=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 173 (67.97% from 255 or 26.37% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ADFE is #1A5201. Grayscale: #C6C6C6. Windows color (decimal): -1724930 or 16690661. OLE color: 16690661.

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

Color convert

RGB229173254-
CMYK0.100.3200.00
HSL281.48º97.59%83.73%-
HSV(B)281.48º31.89%99.61%-
XYZ65.1553.7100.7-
YUV198.98159.05149.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.91%
GREEN value IS 173 (67.97% from 255) = 26.37%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=34.91%
G=26.37%
B=38.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2291732540.100.3200.00281.4897.5983.73
HexE5ADFEA20001196254
Octal345255376124000431142124
Binary11100101101011011111111010101000000010001100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ADFE; }

 p { color: rgb(229,173,254); }

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

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

 a { background-color: rgb(229,173,254); }

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

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

 span { border-color: rgb(229,173,254); }

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