#E2BEFD

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

Shades of Mauve #E2BEFD

Tints of Mauve #E2BEFD

Color information

#E2BEFD (or 0xE2BEFD) is unknown color: approx Mauve. HEX triplet: E2, BE and FD. RGB value is (226,190,253). Sum of RGB (Red+Green+Blue) = 226+190+253=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 190 (74.61% from 255 or 28.40% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2BEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEFD is #1D4102. Grayscale: #CFCFCF. Windows color (decimal): -1917187 or 16629474. OLE color: 16629474.

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

Color convert

RGB226190253-
CMYK0.110.2500.01
HSL274.29º94.03%86.86%-
HSV(B)274.29º24.9%99.22%-
XYZ67.5160.09100.97-
YUV207.95153.43140.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.78%
GREEN value IS 190 (74.61% from 255) = 28.40%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=33.78%
G=28.40%
B=37.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261902530.110.2500.01274.2994.0386.86
HexE2BEFDB19011125e57
Octal342276375133101422136127
Binary1110001010111110111111011011110010110001001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BEFD; }

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

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

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

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

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

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

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

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