#E0BEF2

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

Shades of Mauve #E0BEF2

Tints of Mauve #E0BEF2

Color information

#E0BEF2 (or 0xE0BEF2) is unknown color: approx Mauve. HEX triplet: E0, BE and F2. RGB value is (224,190,242). Sum of RGB (Red+Green+Blue) = 224+190+242=656 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.15% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #E0BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BEF2 is #1F410D. Grayscale: #CDCDCD. Windows color (decimal): -2048270 or 15908576. OLE color: 15908576.

HSL color Cylindrical-coordinate representation of color #E0BEF2: hue angle of 279.23º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0BEF2 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224190242-
CMYK0.070.2100.05
HSL279.23º66.67%84.71%-
HSV(B)279.23º21.49%94.9%-
XYZ65.1859.0991.97-
YUV206.09148.26140.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.15%
GREEN value IS 190 (74.61% from 255) = 28.96%
BLUE value IS 242 (94.92% from 255) = 36.89%
R=34.15%
G=28.96%
B=36.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241902420.070.2100.05279.2366.6784.71
HexE0BEF2715051174355
Octal34027636272505427103125
Binary11100000101111101111001011110101010110001011110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BEF2; }

 p { color: rgb(224,190,242); }

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

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

 a { background-color: rgb(224,190,242); }

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

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

 span { border-color: rgb(224,190,242); }

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