#E0ADEF

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

Shades of Mauve #E0ADEF

Tints of Mauve #E0ADEF

Color information

#E0ADEF (or 0xE0ADEF) is unknown color: approx Mauve. HEX triplet: E0, AD and EF. RGB value is (224,173,239). Sum of RGB (Red+Green+Blue) = 224+173+239=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ADEF is #1F5210. Grayscale: #C3C3C3. Windows color (decimal): -2052625 or 15707616. OLE color: 15707616.

HSL color Cylindrical-coordinate representation of color #E0ADEF: hue angle of 286.36º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0ADEF is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224173239-
CMYK0.060.2800.06
HSL286.36º67.35%80.78%-
HSV(B)286.36º27.62%93.73%-
XYZ61.2651.9788.46-
YUV195.77152.4148.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.22%
GREEN value IS 173 (67.97% from 255) = 27.20%
BLUE value IS 239 (93.75% from 255) = 37.58%
R=35.22%
G=27.20%
B=37.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241732390.060.2800.06286.3667.3580.78
HexE0ADEF61C0611e4351
Octal34025535763406436103121
Binary11100000101011011110111111011100011010001111010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ADEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ADEF; }

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

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

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

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

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

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

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

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