#E1ADFF

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

Shades of Mauve #E1ADFF

Tints of Mauve #E1ADFF

Color information

#E1ADFF (or 0xE1ADFF) is unknown color: approx Mauve. HEX triplet: E1, AD and FF. RGB value is (225,173,255). Sum of RGB (Red+Green+Blue) = 225+173+255=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 173 (67.97% from 255 or 26.49% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ADFF is #1E5200. Grayscale: #C5C5C5. Windows color (decimal): -1987073 or 16756193. OLE color: 16756193.

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

Color convert

RGB225173255-
CMYK0.120.3200
HSL278.05º100%83.92%-
HSV(B)278.05º32.16%100%-
XYZ64.0453.11101.48-
YUV197.9160.23147.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.46%
GREEN value IS 173 (67.97% from 255) = 26.49%
BLUE value IS 255 (100% from 255) = 39.05%
R=34.46%
G=26.49%
B=39.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251732550.120.3200278.0510083.92
HexE1ADFFC20001166454
Octal341255377144000426144124
Binary11100001101011011111111111001000000010001011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADFF; }

 p { color: rgb(225,173,255); }

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

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

 a { background-color: rgb(225,173,255); }

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

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

 span { border-color: rgb(225,173,255); }

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