#E2BDFF

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

Shades of Mauve #E2BDFF

Tints of Mauve #E2BDFF

Color information

#E2BDFF (or 0xE2BDFF) is unknown color: approx Mauve. HEX triplet: E2, BD and FF. RGB value is (226,189,255). Sum of RGB (Red+Green+Blue) = 226+189+255=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDFF is #1D4200. Grayscale: #CFCFCF. Windows color (decimal): -1917441 or 16760290. OLE color: 16760290.

HSL color Cylindrical-coordinate representation of color #E2BDFF: hue angle of 273.64º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2BDFF is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB226189255-
CMYK0.110.2600
HSL273.64º100%87.06%-
HSV(B)273.64º25.88%100%-
XYZ67.6159.78102.58-
YUV207.59154.76141.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.73%
GREEN value IS 189 (74.22% from 255) = 28.21%
BLUE value IS 255 (100% from 255) = 38.06%
R=33.73%
G=28.21%
B=38.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261892550.110.2600273.6410087.06
HexE2BDFFB1A001126457
Octal342275377133200422144127
Binary1110001010111101111111111011110100010001001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BDFF; }

 p { color: rgb(226,189,255); }

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

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

 a { background-color: rgb(226,189,255); }

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

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

 span { border-color: rgb(226,189,255); }

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