#E0BEFF

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

Shades of Mauve #E0BEFF

Tints of Mauve #E0BEFF

Color information

#E0BEFF (or 0xE0BEFF) is unknown color: approx Mauve. HEX triplet: E0, BE and FF. RGB value is (224,190,255). Sum of RGB (Red+Green+Blue) = 224+190+255=669 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.48% from 669); Green value is 190 (74.61% from 255 or 28.40% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BEFF is #1F4100. Grayscale: #CFCFCF. Windows color (decimal): -2048257 or 16760544. OLE color: 16760544.

HSL color Cylindrical-coordinate representation of color #E0BEFF: hue angle of 271.38º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0BEFF is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB224190255-
CMYK0.120.2500
HSL271.38º100%87.25%-
HSV(B)271.38º25.49%100%-
XYZ67.259.89102.63-
YUV207.58154.76139.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.48%
GREEN value IS 190 (74.61% from 255) = 28.40%
BLUE value IS 255 (100% from 255) = 38.12%
R=33.48%
G=28.40%
B=38.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241902550.120.2500271.3810087.25
HexE0BEFFC190010f6457
Octal340276377143100417144127
Binary1110000010111110111111111100110010010000111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BEFF; }

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

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

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

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

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

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

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

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