#E0BEFD

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

Shades of Mauve #E0BEFD

Tints of Mauve #E0BEFD

Color information

#E0BEFD (or 0xE0BEFD) is unknown color: approx Mauve. HEX triplet: E0, BE and FD. RGB value is (224,190,253). Sum of RGB (Red+Green+Blue) = 224+190+253=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 190 (74.61% from 255 or 28.49% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0BEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BEFD is #1F4102. Grayscale: #CFCFCF. Windows color (decimal): -2048259 or 16629472. OLE color: 16629472.

HSL color Cylindrical-coordinate representation of color #E0BEFD: hue angle of 272.38º degrees, saturation: 0.94, 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 #E0BEFD is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224190253-
CMYK0.110.2500.01
HSL272.38º94.03%86.86%-
HSV(B)272.38º24.9%99.22%-
XYZ66.8859.77100.94-
YUV207.35153.76139.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.58%
GREEN value IS 190 (74.61% from 255) = 28.49%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=33.58%
G=28.49%
B=37.93%

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
Decimal2241902530.110.2500.01272.3894.0386.86
HexE0BEFDB19011105e57
Octal340276375133101420136127
Binary1110000010111110111111011011110010110001000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BEFD; }

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

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

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

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

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

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

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

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