#E0BCFC

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

Shades of Mauve #E0BCFC

Tints of Mauve #E0BCFC

Color information

#E0BCFC (or 0xE0BCFC) is unknown color: approx Mauve. HEX triplet: E0, BC and FC. RGB value is (224,188,252). Sum of RGB (Red+Green+Blue) = 224+188+252=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 188 (73.83% from 255 or 28.31% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCFC is #1F4303. Grayscale: #CDCDCD. Windows color (decimal): -2048772 or 16563424. OLE color: 16563424.

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

Color convert

RGB224188252-
CMYK0.110.2500.01
HSL273.75º91.43%86.27%-
HSV(B)273.75º25.4%98.82%-
XYZ66.2958.8499.96-
YUV206.06153.93140.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.73%
GREEN value IS 188 (73.83% from 255) = 28.31%
BLUE value IS 252 (98.83% from 255) = 37.95%
R=33.73%
G=28.31%
B=37.95%

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
Decimal2241882520.110.2500.01273.7591.4386.27
HexE0BCFCB19011125b56
Octal340274374133101422133126
Binary1110000010111100111111001011110010110001001010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BCFC; }

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

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

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

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

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

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

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

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