#E2BDFE

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

Shades of Mauve #E2BDFE

Tints of Mauve #E2BDFE

Color information

#E2BDFE (or 0xE2BDFE) is unknown color: approx Mauve. HEX triplet: E2, BD and FE. RGB value is (226,189,254). Sum of RGB (Red+Green+Blue) = 226+189+254=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDFE is #1D4201. Grayscale: #CFCFCF. Windows color (decimal): -1917442 or 16694754. OLE color: 16694754.

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

Color convert

RGB226189254-
CMYK0.110.2600.00
HSL274.15º97.01%86.86%-
HSV(B)274.15º25.59%99.61%-
XYZ67.4559.72101.74-
YUV207.47154.26141.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.78%
GREEN value IS 189 (74.22% from 255) = 28.25%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=33.78%
G=28.25%
B=37.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2261892540.110.2600.00274.1597.0186.86
HexE2BDFEB1A001126157
Octal342275376133200422141127
Binary1110001010111101111111101011110100010001001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BDFE; }

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

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

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

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

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

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

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

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