#E5ADFC

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

Shades of Mauve #E5ADFC

Tints of Mauve #E5ADFC

Color information

#E5ADFC (or 0xE5ADFC) is unknown color: approx Mauve. HEX triplet: E5, AD and FC. RGB value is (229,173,252). Sum of RGB (Red+Green+Blue) = 229+173+252=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ADFC is #1A5203. Grayscale: #C6C6C6. Windows color (decimal): -1724932 or 16559589. OLE color: 16559589.

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

Color convert

RGB229173252-
CMYK0.090.3100.01
HSL282.53º92.94%83.33%-
HSV(B)282.53º31.35%98.82%-
XYZ64.8353.5799.02-
YUV198.75158.05149.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.02%
GREEN value IS 173 (67.97% from 255) = 26.45%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=35.02%
G=26.45%
B=38.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2291732520.090.3100.01282.5392.9483.33
HexE5ADFC91F0111b5d53
Octal345255374113701433135123
Binary1110010110101101111111001001111110110001101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ADFC; }

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

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

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

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

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

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

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

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