#E0BBEC

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

Shades of Mauve #E0BBEC

Tints of Mauve #E0BBEC

Color information

#E0BBEC (or 0xE0BBEC) is unknown color: approx Mauve. HEX triplet: E0, BB and EC. RGB value is (224,187,236). Sum of RGB (Red+Green+Blue) = 224+187+236=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BBEC is #1F4413. Grayscale: #CBCBCB. Windows color (decimal): -2049044 or 15514592. OLE color: 15514592.

HSL color Cylindrical-coordinate representation of color #E0BBEC: hue angle of 285.31º degrees, saturation: 0.56, 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 #E0BBEC is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224187236-
CMYK0.050.2100.07
HSL285.31º56.32%82.94%-
HSV(B)285.31º20.76%92.55%-
XYZ63.6557.4487.09-
YUV203.65146.26142.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.62%
GREEN value IS 187 (73.44% from 255) = 28.90%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=34.62%
G=28.90%
B=36.48%

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
Decimal2241872360.050.2100.07285.3156.3282.94
HexE0BBEC5150711d3853
Octal3402733545250743570123
Binary1110000010111011111011001011010101111000111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BBEC; }

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

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

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

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

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

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

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

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