#E0ADEE

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

Shades of Mauve #E0ADEE

Tints of Mauve #E0ADEE

Color information

#E0ADEE (or 0xE0ADEE) is unknown color: approx Mauve. HEX triplet: E0, AD and EE. RGB value is (224,173,238). Sum of RGB (Red+Green+Blue) = 224+173+238=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ADEE is #1F5211. Grayscale: #C3C3C3. Windows color (decimal): -2052626 or 15642080. OLE color: 15642080.

HSL color Cylindrical-coordinate representation of color #E0ADEE: hue angle of 287.08º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0ADEE is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224173238-
CMYK0.060.2700.07
HSL287.08º65.66%80.59%-
HSV(B)287.08º27.31%93.33%-
XYZ61.1251.9187.69-
YUV195.66151.9148.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.28%
GREEN value IS 173 (67.97% from 255) = 27.24%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=35.28%
G=27.24%
B=37.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241732380.060.2700.07287.0865.6680.59
HexE0ADEE61B0711f4251
Octal34025535663307437102121
Binary11100000101011011110111011011011011110001111110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ADEE; }

 p { color: rgb(224,173,238); }

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

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

 a { background-color: rgb(224,173,238); }

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

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

 span { border-color: rgb(224,173,238); }

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