#E5ADFA

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

Shades of Mauve #E5ADFA

Tints of Mauve #E5ADFA

Color information

#E5ADFA (or 0xE5ADFA) is unknown color: approx Mauve. HEX triplet: E5, AD and FA. RGB value is (229,173,250). Sum of RGB (Red+Green+Blue) = 229+173+250=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ADFA is #1A5205. Grayscale: #C6C6C6. Windows color (decimal): -1724934 or 16428517. OLE color: 16428517.

HSL color Cylindrical-coordinate representation of color #E5ADFA: hue angle of 283.64º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5ADFA is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229173250-
CMYK0.080.3100.02
HSL283.64º88.51%82.94%-
HSV(B)283.64º30.8%98.04%-
XYZ64.5153.4597.36-
YUV198.52157.05149.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.12%
GREEN value IS 173 (67.97% from 255) = 26.53%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=35.12%
G=26.53%
B=38.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291732500.080.3100.02283.6488.5182.94
HexE5ADFA81F0211c5953
Octal345255372103702434131123
Binary11100101101011011111101010001111101010001110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ADFA; }

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

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

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

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

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

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

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

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