#E4BDF0

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

Shades of Mauve #E4BDF0

Tints of Mauve #E4BDF0

Color information

#E4BDF0 (or 0xE4BDF0) is unknown color: approx Mauve. HEX triplet: E4, BD and F0. RGB value is (228,189,240). Sum of RGB (Red+Green+Blue) = 228+189+240=657 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.70% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #E4BDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDF0 is #1B420F. Grayscale: #CECECE. Windows color (decimal): -1786384 or 15777252. OLE color: 15777252.

HSL color Cylindrical-coordinate representation of color #E4BDF0: hue angle of 285.88º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E4BDF0 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228189240-
CMYK0.050.2100.06
HSL285.88º62.96%84.12%-
HSV(B)285.88º21.25%94.12%-
XYZ65.9259.1890.39-
YUV206.48146.92143.35-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.70%
GREEN value IS 189 (74.22% from 255) = 28.77%
BLUE value IS 240 (94.14% from 255) = 36.53%
R=34.70%
G=28.77%
B=36.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281892400.050.2100.06285.8862.9684.12
HexE4BDF05150611e3f54
Octal3442753605250643677124
Binary1110010010111101111100001011010101101000111101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BDF0; }

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

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

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

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

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

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

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

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