#E2BCEE

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

Shades of Mauve #E2BCEE

Tints of Mauve #E2BCEE

Color information

#E2BCEE (or 0xE2BCEE) is unknown color: approx Mauve. HEX triplet: E2, BC and EE. RGB value is (226,188,238). Sum of RGB (Red+Green+Blue) = 226+188+238=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCEE is #1D4311. Grayscale: #CCCCCC. Windows color (decimal): -1917714 or 15645922. OLE color: 15645922.

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

Color convert

RGB226188238-
CMYK0.050.2100.07
HSL285.6º59.52%83.53%-
HSV(B)285.6º21.01%93.33%-
XYZ64.7858.3188.73-
YUV205.06146.59142.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.66%
GREEN value IS 188 (73.83% from 255) = 28.83%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=34.66%
G=28.83%
B=36.50%

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
Decimal2261882380.050.2100.07285.659.5283.53
HexE2BCEE5150711e3c54
Octal3422743565250743674124
Binary1110001010111100111011101011010101111000111101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BCEE; }

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

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

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

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

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

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

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

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