#E2BDF5

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

Shades of Mauve #E2BDF5

Tints of Mauve #E2BDF5

Color information

#E2BDF5 (or 0xE2BDF5) is unknown color: approx Mauve. HEX triplet: E2, BD and F5. RGB value is (226,189,245). Sum of RGB (Red+Green+Blue) = 226+189+245=660 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.24% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 245 (96.09% from 255 or 37.12% from 660); Max value from RGB is 245 - color contains mainly: blue. Hex color #E2BDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDF5 is #1D420A. Grayscale: #CECECE. Windows color (decimal): -1917451 or 16104930. OLE color: 16104930.

HSL color Cylindrical-coordinate representation of color #E2BDF5: hue angle of 279.64º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2BDF5 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB226189245-
CMYK0.080.2300.04
HSL279.64º73.68%85.1%-
HSV(B)279.64º22.86%96.08%-
XYZ66.0459.1694.32-
YUV206.45149.76141.95-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.24%
GREEN value IS 189 (74.22% from 255) = 28.64%
BLUE value IS 245 (96.09% from 255) = 37.12%
R=34.24%
G=28.64%
B=37.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2261892450.080.2300.04279.6473.6885.1
HexE2BDF5817041184a55
Octal342275365102704430112125
Binary111000101011110111110101100010111010010001100010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BDF5; }

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

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

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

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

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

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

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

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