#E4BDF5

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

Shades of Mauve #E4BDF5

Tints of Mauve #E4BDF5

Color information

#E4BDF5 (or 0xE4BDF5) is unknown color: approx Mauve. HEX triplet: E4, BD and F5. RGB value is (228,189,245). Sum of RGB (Red+Green+Blue) = 228+189+245=662 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.44% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 245 (96.09% from 255 or 37.01% from 662); Max value from RGB is 245 - color contains mainly: blue. Hex color #E4BDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDF5 is #1B420A. Grayscale: #CECECE. Windows color (decimal): -1786379 or 16104932. OLE color: 16104932.

HSL color Cylindrical-coordinate representation of color #E4BDF5: hue angle of 281.79º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4BDF5 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB228189245-
CMYK0.070.2300.04
HSL281.79º73.68%85.1%-
HSV(B)281.79º22.86%96.08%-
XYZ66.6759.4894.35-
YUV207.04149.42142.95-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.44%
GREEN value IS 189 (74.22% from 255) = 28.55%
BLUE value IS 245 (96.09% from 255) = 37.01%
R=34.44%
G=28.55%
B=37.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2281892450.070.2300.04281.7973.6885.1
HexE4BDF57170411a4a55
Octal34427536572704432112125
Binary11100100101111011111010111110111010010001101010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BDF5; }

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

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

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

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

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

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

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

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