#E4BDFB

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

Shades of Mauve #E4BDFB

Tints of Mauve #E4BDFB

Color information

#E4BDFB (or 0xE4BDFB) is unknown color: approx Mauve. HEX triplet: E4, BD and FB. RGB value is (228,189,251). Sum of RGB (Red+Green+Blue) = 228+189+251=668 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.13% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDFB is #1B4204. Grayscale: #CFCFCF. Windows color (decimal): -1786373 or 16498148. OLE color: 16498148.

HSL color Cylindrical-coordinate representation of color #E4BDFB: hue angle of 277.74º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4BDFB is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228189251-
CMYK0.090.2500.02
HSL277.74º88.57%86.27%-
HSV(B)277.74º24.7%98.43%-
XYZ67.6159.8599.26-
YUV207.73152.42142.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.13%
GREEN value IS 189 (74.22% from 255) = 28.29%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=34.13%
G=28.29%
B=37.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281892510.090.2500.02277.7488.5786.27
HexE4BDFB919021165956
Octal344275373113102426131126
Binary11100100101111011111101110011100101010001011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BDFB; }

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

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

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

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

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

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

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

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