#E4BDFE

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

Shades of Mauve #E4BDFE

Tints of Mauve #E4BDFE

Color information

#E4BDFE (or 0xE4BDFE) is unknown color: approx Mauve. HEX triplet: E4, BD and FE. RGB value is (228,189,254). Sum of RGB (Red+Green+Blue) = 228+189+254=671 (88% of max value = 765). Red value is 228 (89.45% from 255 or 33.98% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDFE is #1B4201. Grayscale: #CFCFCF. Windows color (decimal): -1786370 or 16694756. OLE color: 16694756.

HSL color Cylindrical-coordinate representation of color #E4BDFE: hue angle of 276º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E4BDFE is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB228189254-
CMYK0.100.2600.00
HSL276º97.01%86.86%-
HSV(B)276º25.59%99.61%-
XYZ68.0860.04101.77-
YUV208.07153.92142.21-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.98%
GREEN value IS 189 (74.22% from 255) = 28.17%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=33.98%
G=28.17%
B=37.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2281892540.100.2600.0027697.0186.86
HexE4BDFEA1A001146157
Octal344275376123200424141127
Binary1110010010111101111111101010110100010001010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BDFE; }

 p { color: rgb(228,189,254); }

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

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

 a { background-color: rgb(228,189,254); }

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

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

 span { border-color: rgb(228,189,254); }

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