#E4BDFF

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

Shades of Mauve #E4BDFF

Tints of Mauve #E4BDFF

Color information

#E4BDFF (or 0xE4BDFF) is unknown color: approx Mauve. HEX triplet: E4, BD and FF. RGB value is (228,189,255). Sum of RGB (Red+Green+Blue) = 228+189+255=672 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.93% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDFF is #1B4200. Grayscale: #CFCFCF. Windows color (decimal): -1786369 or 16760292. OLE color: 16760292.

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

Color convert

RGB228189255-
CMYK0.110.2600
HSL275.45º100%87.06%-
HSV(B)275.45º25.88%100%-
XYZ68.2460.11102.61-
YUV208.18154.42142.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.93%
GREEN value IS 189 (74.22% from 255) = 28.12%
BLUE value IS 255 (100% from 255) = 37.95%
R=33.93%
G=28.12%
B=37.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2281892550.110.2600275.4510087.06
HexE4BDFFB1A001136457
Octal344275377133200423144127
Binary1110010010111101111111111011110100010001001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BDFF; }

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

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

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

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

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

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

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

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