#E0ADFA

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

Shades of Mauve #E0ADFA

Tints of Mauve #E0ADFA

Color information

#E0ADFA (or 0xE0ADFA) is unknown color: approx Mauve. HEX triplet: E0, AD and FA. RGB value is (224,173,250). Sum of RGB (Red+Green+Blue) = 224+173+250=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ADFA is #1F5205. Grayscale: #C4C4C4. Windows color (decimal): -2052614 or 16428512. OLE color: 16428512.

HSL color Cylindrical-coordinate representation of color #E0ADFA: hue angle of 279.74º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0ADFA is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224173250-
CMYK0.100.3100.02
HSL279.74º88.51%82.94%-
HSV(B)279.74º30.8%98.04%-
XYZ62.9452.6497.29-
YUV197.03157.9147.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.62%
GREEN value IS 173 (67.97% from 255) = 26.74%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=34.62%
G=26.74%
B=38.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241732500.100.3100.02279.7488.5182.94
HexE0ADFAA1F021185953
Octal340255372123702430131123
Binary11100000101011011111101010101111101010001100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ADFA; }

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

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

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

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

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

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

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

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