#E3BFF0

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

Shades of Mauve #E3BFF0

Tints of Mauve #E3BFF0

Color information

#E3BFF0 (or 0xE3BFF0) is unknown color: approx Mauve. HEX triplet: E3, BF and F0. RGB value is (227,191,240). Sum of RGB (Red+Green+Blue) = 227+191+240=658 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.50% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #E3BFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BFF0 is #1C400F. Grayscale: #CFCFCF. Windows color (decimal): -1851408 or 15777763. OLE color: 15777763.

HSL color Cylindrical-coordinate representation of color #E3BFF0: hue angle of 284.08º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E3BFF0 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB227191240-
CMYK0.050.2000.06
HSL284.08º62.03%84.51%-
HSV(B)284.08º20.42%94.12%-
XYZ66.0459.8890.52-
YUV207.35146.43142.02-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.50%
GREEN value IS 191 (75% from 255) = 29.03%
BLUE value IS 240 (94.14% from 255) = 36.47%
R=34.50%
G=29.03%
B=36.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2271912400.050.2000.06284.0862.0384.51
HexE3BFF05140611c3e55
Octal3432773605240643476125
Binary1110001110111111111100001011010001101000111001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BFF0; }

 p { color: rgb(227,191,240); }

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

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

 a { background-color: rgb(227,191,240); }

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

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

 span { border-color: rgb(227,191,240); }

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