#E4BEFD

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

Shades of Mauve #E4BEFD

Tints of Mauve #E4BEFD

Color information

#E4BEFD (or 0xE4BEFD) is unknown color: approx Mauve. HEX triplet: E4, BE and FD. RGB value is (228,190,253). Sum of RGB (Red+Green+Blue) = 228+190+253=671 (88% of max value = 765). Red value is 228 (89.45% from 255 or 33.98% from 671); Green value is 190 (74.61% from 255 or 28.32% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4BEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BEFD is #1B4102. Grayscale: #D0D0D0. Windows color (decimal): -1786115 or 16629476. OLE color: 16629476.

HSL color Cylindrical-coordinate representation of color #E4BEFD: hue angle of 276.19º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4BEFD is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228190253-
CMYK0.100.2500.01
HSL276.19º94.03%86.86%-
HSV(B)276.19º24.9%99.22%-
XYZ68.1460.41101-
YUV208.54153.09141.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.98%
GREEN value IS 190 (74.61% from 255) = 28.32%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=33.98%
G=28.32%
B=37.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281902530.100.2500.01276.1994.0386.86
HexE4BEFDA19011145e57
Octal344276375123101424136127
Binary1110010010111110111111011010110010110001010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BEFD; }

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

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

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

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

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

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

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

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