#E4BAFD

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

Shades of Mauve #E4BAFD

Tints of Mauve #E4BAFD

Color information

#E4BAFD (or 0xE4BAFD) is unknown color: approx Mauve. HEX triplet: E4, BA and FD. RGB value is (228,186,253). Sum of RGB (Red+Green+Blue) = 228+186+253=667 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.18% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAFD is #1B4502. Grayscale: #CDCDCD. Windows color (decimal): -1787139 or 16628452. OLE color: 16628452.

HSL color Cylindrical-coordinate representation of color #E4BAFD: hue angle of 277.61º 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 #E4BAFD is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228186253-
CMYK0.100.2600.01
HSL277.61º94.37%86.08%-
HSV(B)277.61º26.48%99.22%-
XYZ67.2858.7100.71-
YUV206.2154.41143.55-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.18%
GREEN value IS 186 (73.05% from 255) = 27.89%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=34.18%
G=27.89%
B=37.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281862530.100.2600.01277.6194.3786.08
HexE4BAFDA1A011165e56
Octal344272375123201426136126
Binary1110010010111010111111011010110100110001011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BAFD; }

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

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

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

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

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

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

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

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