#E0BAEC

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

Shades of Mauve #E0BAEC

Tints of Mauve #E0BAEC

Color information

#E0BAEC (or 0xE0BAEC) is unknown color: approx Mauve. HEX triplet: E0, BA and EC. RGB value is (224,186,236). Sum of RGB (Red+Green+Blue) = 224+186+236=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BAEC is #1F4513. Grayscale: #CACACA. Windows color (decimal): -2049300 or 15514336. OLE color: 15514336.

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

Color convert

RGB224186236-
CMYK0.050.2100.07
HSL285.6º56.82%82.75%-
HSV(B)285.6º21.19%92.55%-
XYZ63.4457.0287.02-
YUV203.06146.59142.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.67%
GREEN value IS 186 (73.05% from 255) = 28.79%
BLUE value IS 236 (92.58% from 255) = 36.53%
R=34.67%
G=28.79%
B=36.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241862360.050.2100.07285.656.8282.75
HexE0BAEC5150711e3953
Octal3402723545250743671123
Binary1110000010111010111011001011010101111000111101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BAEC; }

 p { color: rgb(224,186,236); }

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

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

 a { background-color: rgb(224,186,236); }

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

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

 span { border-color: rgb(224,186,236); }

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