#E4BAF8

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

Shades of Mauve #E4BAF8

Tints of Mauve #E4BAF8

Color information

#E4BAF8 (or 0xE4BAF8) is unknown color: approx Mauve. HEX triplet: E4, BA and F8. RGB value is (228,186,248). Sum of RGB (Red+Green+Blue) = 228+186+248=662 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.44% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #E4BAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAF8 is #1B4507. Grayscale: #CDCDCD. Windows color (decimal): -1787144 or 16300772. OLE color: 16300772.

HSL color Cylindrical-coordinate representation of color #E4BAF8: hue angle of 280.65º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4BAF8 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB228186248-
CMYK0.080.2500.03
HSL280.65º81.58%85.1%-
HSV(B)280.65º25%97.25%-
XYZ66.558.3996.57-
YUV205.63151.91143.96-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.44%
GREEN value IS 186 (73.05% from 255) = 28.10%
BLUE value IS 248 (97.27% from 255) = 37.46%
R=34.44%
G=28.10%
B=37.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2281862480.080.2500.03280.6581.5885.1
HexE4BAF8819031195255
Octal344272370103103431122125
Binary11100100101110101111100010001100101110001100110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BAF8; }

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

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

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

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

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

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

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

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