#E3BAFD

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

Shades of Mauve #E3BAFD

Tints of Mauve #E3BAFD

Color information

#E3BAFD (or 0xE3BAFD) is unknown color: approx Mauve. HEX triplet: E3, BA and FD. RGB value is (227,186,253). Sum of RGB (Red+Green+Blue) = 227+186+253=666 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.08% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BAFD is #1C4502. Grayscale: #CDCDCD. Windows color (decimal): -1852675 or 16628451. OLE color: 16628451.

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

Color convert

RGB227186253-
CMYK0.100.2600.01
HSL276.72º94.37%86.08%-
HSV(B)276.72º26.48%99.22%-
XYZ66.9758.54100.7-
YUV205.9154.58143.05-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.08%
GREEN value IS 186 (73.05% from 255) = 27.93%
BLUE value IS 253 (99.22% from 255) = 37.99%
R=34.08%
G=27.93%
B=37.99%

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
Decimal2271862530.100.2600.01276.7294.3786.08
HexE3BAFDA1A011155e56
Octal343272375123201425136126
Binary1110001110111010111111011010110100110001010110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BAFD; }

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

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

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

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

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

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

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

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