#E2BCED

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

Shades of Mauve #E2BCED

Tints of Mauve #E2BCED

Color information

#E2BCED (or 0xE2BCED) is unknown color: approx Mauve. HEX triplet: E2, BC and ED. RGB value is (226,188,237). Sum of RGB (Red+Green+Blue) = 226+188+237=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCED is #1D4312. Grayscale: #CCCCCC. Windows color (decimal): -1917715 or 15580386. OLE color: 15580386.

HSL color Cylindrical-coordinate representation of color #E2BCED: hue angle of 286.53º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2BCED is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226188237-
CMYK0.050.2100.07
HSL286.53º57.65%83.33%-
HSV(B)286.53º20.68%92.94%-
XYZ64.6358.2587.96-
YUV204.95146.09143.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.72%
GREEN value IS 188 (73.83% from 255) = 28.88%
BLUE value IS 237 (92.97% from 255) = 36.41%
R=34.72%
G=28.88%
B=36.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261882370.050.2100.07286.5357.6583.33
HexE2BCED5150711f3a53
Octal3422743555250743772123
Binary1110001010111100111011011011010101111000111111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BCED; }

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

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

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

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

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

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

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

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