#E4BAFF

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

Shades of Mauve #E4BAFF

Tints of Mauve #E4BAFF

Color information

#E4BAFF (or 0xE4BAFF) is unknown color: approx Mauve. HEX triplet: E4, BA and FF. RGB value is (228,186,255). Sum of RGB (Red+Green+Blue) = 228+186+255=669 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.08% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAFF is #1B4500. Grayscale: #CECECE. Windows color (decimal): -1787137 or 16759524. OLE color: 16759524.

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

Color convert

RGB228186255-
CMYK0.110.2700
HSL276.52º100%86.47%-
HSV(B)276.52º27.06%100%-
XYZ67.658.83102.4-
YUV206.42155.41143.39-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.08%
GREEN value IS 186 (73.05% from 255) = 27.80%
BLUE value IS 255 (100% from 255) = 38.12%
R=34.08%
G=27.80%
B=38.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2281862550.110.2700276.5210086.47
HexE4BAFFB1B001156456
Octal344272377133300425144126
Binary1110010010111010111111111011110110010001010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BAFF; }

 p { color: rgb(228,186,255); }

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

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

 a { background-color: rgb(228,186,255); }

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

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

 span { border-color: rgb(228,186,255); }

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