#E4BFFD

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

Shades of Mauve #E4BFFD

Tints of Mauve #E4BFFD

Color information

#E4BFFD (or 0xE4BFFD) is unknown color: approx Mauve. HEX triplet: E4, BF and FD. RGB value is (228,191,253). Sum of RGB (Red+Green+Blue) = 228+191+253=672 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.93% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BFFD is #1B4002. Grayscale: #D0D0D0. Windows color (decimal): -1785859 or 16629732. OLE color: 16629732.

HSL color Cylindrical-coordinate representation of color #E4BFFD: hue angle of 275.81º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4BFFD is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228191253-
CMYK0.100.2500.01
HSL275.81º93.94%87.06%-
HSV(B)275.81º24.51%99.22%-
XYZ68.3660.85101.07-
YUV209.13152.76141.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.93%
GREEN value IS 191 (75% from 255) = 28.42%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=33.93%
G=28.42%
B=37.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281912530.100.2500.01275.8193.9487.06
HexE4BFFDA19011145e57
Octal344277375123101424136127
Binary1110010010111111111111011010110010110001010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFFD; }

 p { color: rgb(228,191,253); }

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

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

 a { background-color: rgb(228,191,253); }

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

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

 span { border-color: rgb(228,191,253); }

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