#E0BEFC

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

Shades of Mauve #E0BEFC

Tints of Mauve #E0BEFC

Color information

#E0BEFC (or 0xE0BEFC) is unknown color: approx Mauve. HEX triplet: E0, BE and FC. RGB value is (224,190,252). Sum of RGB (Red+Green+Blue) = 224+190+252=666 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.63% from 666); Green value is 190 (74.61% from 255 or 28.53% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0BEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BEFC is #1F4103. Grayscale: #CFCFCF. Windows color (decimal): -2048260 or 16563936. OLE color: 16563936.

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

Color convert

RGB224190252-
CMYK0.110.2500.01
HSL272.9º91.18%86.67%-
HSV(B)272.9º24.6%98.82%-
XYZ66.7259.7100.1-
YUV207.23153.26139.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.63%
GREEN value IS 190 (74.61% from 255) = 28.53%
BLUE value IS 252 (98.83% from 255) = 37.84%
R=33.63%
G=28.53%
B=37.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241902520.110.2500.01272.991.1886.67
HexE0BEFCB19011115b57
Octal340276374133101421133127
Binary1110000010111110111111001011110010110001000110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BEFC; }

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

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

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

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

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

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

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

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