#E1BDF0

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

Shades of Mauve #E1BDF0

Tints of Mauve #E1BDF0

Color information

#E1BDF0 (or 0xE1BDF0) is unknown color: approx Mauve. HEX triplet: E1, BD and F0. RGB value is (225,189,240). Sum of RGB (Red+Green+Blue) = 225+189+240=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1BDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BDF0 is #1E420F. Grayscale: #CDCDCD. Windows color (decimal): -1982992 or 15777249. OLE color: 15777249.

HSL color Cylindrical-coordinate representation of color #E1BDF0: hue angle of 282.35º 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 #E1BDF0 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225189240-
CMYK0.060.2100.06
HSL282.35º62.96%84.12%-
HSV(B)282.35º21.25%94.12%-
XYZ64.9858.6990.34-
YUV205.58147.43141.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.40%
GREEN value IS 189 (74.22% from 255) = 28.90%
BLUE value IS 240 (94.14% from 255) = 36.70%
R=34.40%
G=28.90%
B=36.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251892400.060.2100.06282.3562.9684.12
HexE1BDF06150611a3f54
Octal3412753606250643277124
Binary1110000110111101111100001101010101101000110101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDF0; }

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

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

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

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

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

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

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

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