#E2BEFC

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

Shades of Mauve #E2BEFC

Tints of Mauve #E2BEFC

Color information

#E2BEFC (or 0xE2BEFC) is unknown color: approx Mauve. HEX triplet: E2, BE and FC. RGB value is (226,190,252). Sum of RGB (Red+Green+Blue) = 226+190+252=668 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.83% from 668); Green value is 190 (74.61% from 255 or 28.44% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2BEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEFC is #1D4103. Grayscale: #CFCFCF. Windows color (decimal): -1917188 or 16563938. OLE color: 16563938.

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

Color convert

RGB226190252-
CMYK0.100.2500.01
HSL274.84º91.18%86.67%-
HSV(B)274.84º24.6%98.82%-
XYZ67.3560.02100.13-
YUV207.83152.93140.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.83%
GREEN value IS 190 (74.61% from 255) = 28.44%
BLUE value IS 252 (98.83% from 255) = 37.72%
R=33.83%
G=28.44%
B=37.72%

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
Decimal2261902520.100.2500.01274.8491.1886.67
HexE2BEFCA19011135b57
Octal342276374123101423133127
Binary1110001010111110111111001010110010110001001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BEFC; }

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

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

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

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

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

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

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

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