#E5ADFD

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

Shades of Mauve #E5ADFD

Tints of Mauve #E5ADFD

Color information

#E5ADFD (or 0xE5ADFD) is unknown color: approx Mauve. HEX triplet: E5, AD and FD. RGB value is (229,173,253). Sum of RGB (Red+Green+Blue) = 229+173+253=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 173 (67.97% from 255 or 26.41% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ADFD is #1A5202. Grayscale: #C6C6C6. Windows color (decimal): -1724931 or 16625125. OLE color: 16625125.

HSL color Cylindrical-coordinate representation of color #E5ADFD: hue angle of 282º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5ADFD is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229173253-
CMYK0.090.3200.01
HSL282º95.24%83.53%-
HSV(B)282º31.62%99.22%-
XYZ64.9953.6499.86-
YUV198.86158.55149.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.96%
GREEN value IS 173 (67.97% from 255) = 26.41%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=34.96%
G=26.41%
B=38.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2291732530.090.3200.0128295.2483.53
HexE5ADFD9200111a5f54
Octal345255375114001432137124
Binary11100101101011011111110110011000000110001101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ADFD; }

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

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

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

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

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

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

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

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