#E4ADFD

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

Shades of Mauve #E4ADFD

Tints of Mauve #E4ADFD

Color information

#E4ADFD (or 0xE4ADFD) is unknown color: approx Mauve. HEX triplet: E4, AD and FD. RGB value is (228,173,253). Sum of RGB (Red+Green+Blue) = 228+173+253=654 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.86% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ADFD is #1B5202. Grayscale: #C6C6C6. Windows color (decimal): -1790467 or 16625124. OLE color: 16625124.

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

Color convert

RGB228173253-
CMYK0.100.3200.01
HSL281.25º95.24%83.53%-
HSV(B)281.25º31.62%99.22%-
XYZ64.6753.4799.84-
YUV198.56158.72149-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.86%
GREEN value IS 173 (67.97% from 255) = 26.45%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=34.86%
G=26.45%
B=38.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281732530.100.3200.01281.2595.2483.53
HexE4ADFDA20011195f54
Octal344255375124001431137124
Binary11100100101011011111110110101000000110001100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ADFD; }

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

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

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

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

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

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

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

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