#E1ADFC

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

Shades of Mauve #E1ADFC

Tints of Mauve #E1ADFC

Color information

#E1ADFC (or 0xE1ADFC) is unknown color: approx Mauve. HEX triplet: E1, AD and FC. RGB value is (225,173,252). Sum of RGB (Red+Green+Blue) = 225+173+252=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ADFC is #1E5203. Grayscale: #C5C5C5. Windows color (decimal): -1987076 or 16559585. OLE color: 16559585.

HSL color Cylindrical-coordinate representation of color #E1ADFC: hue angle of 279.49º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1ADFC is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB225173252-
CMYK0.110.3100.01
HSL279.49º92.94%83.33%-
HSV(B)279.49º31.35%98.82%-
XYZ63.5752.9298.96-
YUV197.55158.73147.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.62%
GREEN value IS 173 (67.97% from 255) = 26.62%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=34.62%
G=26.62%
B=38.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2251732520.110.3100.01279.4992.9483.33
HexE1ADFCB1F011175d53
Octal341255374133701427135123
Binary1110000110101101111111001011111110110001011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADFC; }

 p { color: rgb(225,173,252); }

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

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

 a { background-color: rgb(225,173,252); }

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

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

 span { border-color: rgb(225,173,252); }

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