#E3ADFA

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

Shades of Mauve #E3ADFA

Tints of Mauve #E3ADFA

Color information

#E3ADFA (or 0xE3ADFA) is unknown color: approx Mauve. HEX triplet: E3, AD and FA. RGB value is (227,173,250). Sum of RGB (Red+Green+Blue) = 227+173+250=650 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.92% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3ADFA is #1C5205. Grayscale: #C5C5C5. Windows color (decimal): -1856006 or 16428515. OLE color: 16428515.

HSL color Cylindrical-coordinate representation of color #E3ADFA: hue angle of 282.08º 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 #E3ADFA is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB227173250-
CMYK0.090.3100.02
HSL282.08º88.51%82.94%-
HSV(B)282.08º30.8%98.04%-
XYZ63.8853.1297.33-
YUV197.92157.39148.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.92%
GREEN value IS 173 (67.97% from 255) = 26.62%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=34.92%
G=26.62%
B=38.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2271732500.090.3100.02282.0888.5182.94
HexE3ADFA91F0211a5953
Octal343255372113702432131123
Binary11100011101011011111101010011111101010001101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3ADFA; }

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

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

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

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

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

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

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

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