#E0BCEB

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

Shades of Mauve #E0BCEB

Tints of Mauve #E0BCEB

Color information

#E0BCEB (or 0xE0BCEB) is unknown color: approx Mauve. HEX triplet: E0, BC and EB. RGB value is (224,188,235). Sum of RGB (Red+Green+Blue) = 224+188+235=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCEB is #1F4314. Grayscale: #CBCBCB. Windows color (decimal): -2048789 or 15449312. OLE color: 15449312.

HSL color Cylindrical-coordinate representation of color #E0BCEB: hue angle of 285.96º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0BCEB is Cyan = 0.05, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224188235-
CMYK0.050.200.08
HSL285.96º54.02%82.94%-
HSV(B)285.96º20%92.16%-
XYZ63.7257.8186.4-
YUV204.12145.43142.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.62%
GREEN value IS 188 (73.83% from 255) = 29.06%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=34.62%
G=29.06%
B=36.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241882350.050.200.08285.9654.0282.94
HexE0BCEB5140811e3653
Octal34027435352401043666123
Binary11100000101111001110101110110100010001000111101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BCEB; }

 p { color: rgb(224,188,235); }

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

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

 a { background-color: rgb(224,188,235); }

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

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

 span { border-color: rgb(224,188,235); }

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