#E1BAFD

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

Shades of Mauve #E1BAFD

Tints of Mauve #E1BAFD

Color information

#E1BAFD (or 0xE1BAFD) is unknown color: approx Mauve. HEX triplet: E1, BA and FD. RGB value is (225,186,253). Sum of RGB (Red+Green+Blue) = 225+186+253=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAFD is #1E4502. Grayscale: #CDCDCD. Windows color (decimal): -1983747 or 16628449. OLE color: 16628449.

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

Color convert

RGB225186253-
CMYK0.110.2600.01
HSL274.93º94.37%86.08%-
HSV(B)274.93º26.48%99.22%-
XYZ66.3458.22100.67-
YUV205.3154.92142.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.89%
GREEN value IS 186 (73.05% from 255) = 28.01%
BLUE value IS 253 (99.22% from 255) = 38.10%
R=33.89%
G=28.01%
B=38.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2251862530.110.2600.01274.9394.3786.08
HexE1BAFDB1A011135e56
Octal341272375133201423136126
Binary1110000110111010111111011011110100110001001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BAFD; }

 p { color: rgb(225,186,253); }

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

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

 a { background-color: rgb(225,186,253); }

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

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

 span { border-color: rgb(225,186,253); }

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