#E0ADF0

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

Shades of Mauve #E0ADF0

Tints of Mauve #E0ADF0

Color information

#E0ADF0 (or 0xE0ADF0) is unknown color: approx Mauve. HEX triplet: E0, AD and F0. RGB value is (224,173,240). Sum of RGB (Red+Green+Blue) = 224+173+240=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ADF0 is #1F520F. Grayscale: #C3C3C3. Windows color (decimal): -2052624 or 15773152. OLE color: 15773152.

HSL color Cylindrical-coordinate representation of color #E0ADF0: hue angle of 285.67º degrees, saturation: 0.69, 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 #E0ADF0 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224173240-
CMYK0.070.2800.06
HSL285.67º69.07%80.98%-
HSV(B)285.67º27.92%94.12%-
XYZ61.4152.0389.24-
YUV195.89152.9148.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.16%
GREEN value IS 173 (67.97% from 255) = 27.16%
BLUE value IS 240 (94.14% from 255) = 37.68%
R=35.16%
G=27.16%
B=37.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241732400.070.2800.06285.6769.0780.98
HexE0ADF071C0611e4551
Octal34025536073406436105121
Binary11100000101011011111000011111100011010001111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ADF0; }

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

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

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

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

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

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

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

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