#E0ADFF

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

Shades of Mauve #E0ADFF

Tints of Mauve #E0ADFF

Color information

#E0ADFF (or 0xE0ADFF) is unknown color: approx Mauve. HEX triplet: E0, AD and FF. RGB value is (224,173,255). Sum of RGB (Red+Green+Blue) = 224+173+255=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ADFF is #1F5200. Grayscale: #C5C5C5. Windows color (decimal): -2052609 or 16756192. OLE color: 16756192.

HSL color Cylindrical-coordinate representation of color #E0ADFF: hue angle of 277.32º 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 #E0ADFF is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB224173255-
CMYK0.120.3200
HSL277.32º100%83.92%-
HSV(B)277.32º32.16%100%-
XYZ63.7352.95101.47-
YUV197.6160.4146.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.36%
GREEN value IS 173 (67.97% from 255) = 26.53%
BLUE value IS 255 (100% from 255) = 39.11%
R=34.36%
G=26.53%
B=39.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241732550.120.3200277.3210083.92
HexE0ADFFC20001156454
Octal340255377144000425144124
Binary11100000101011011111111111001000000010001010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ADFF; }

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

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

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

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

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

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

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

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