#E2BDED

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

Shades of Mauve #E2BDED

Tints of Mauve #E2BDED

Color information

#E2BDED (or 0xE2BDED) is unknown color: approx Mauve. HEX triplet: E2, BD and ED. RGB value is (226,189,237). Sum of RGB (Red+Green+Blue) = 226+189+237=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDED is #1D4212. Grayscale: #CDCDCD. Windows color (decimal): -1917459 or 15580642. OLE color: 15580642.

HSL color Cylindrical-coordinate representation of color #E2BDED: hue angle of 286.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2BDED is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226189237-
CMYK0.050.2000.07
HSL286.25º57.14%83.53%-
HSV(B)286.25º20.25%92.94%-
XYZ64.8558.6888.03-
YUV205.54145.76142.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.66%
GREEN value IS 189 (74.22% from 255) = 28.99%
BLUE value IS 237 (92.97% from 255) = 36.35%
R=34.66%
G=28.99%
B=36.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261892370.050.2000.07286.2557.1483.53
HexE2BDED5140711e3954
Octal3422753555240743671124
Binary1110001010111101111011011011010001111000111101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BDED; }

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

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

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

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

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

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

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

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