#E2BDFC

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

Shades of Mauve #E2BDFC

Tints of Mauve #E2BDFC

Color information

#E2BDFC (or 0xE2BDFC) is unknown color: approx Mauve. HEX triplet: E2, BD and FC. RGB value is (226,189,252). Sum of RGB (Red+Green+Blue) = 226+189+252=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2BDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDFC is #1D4203. Grayscale: #CFCFCF. Windows color (decimal): -1917444 or 16563682. OLE color: 16563682.

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

Color convert

RGB226189252-
CMYK0.100.2500.01
HSL275.24º91.3%86.47%-
HSV(B)275.24º25%98.82%-
XYZ67.1359.59100.06-
YUV207.24153.26141.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.88%
GREEN value IS 189 (74.22% from 255) = 28.34%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=33.88%
G=28.34%
B=37.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261892520.100.2500.01275.2491.386.47
HexE2BDFCA19011135b56
Octal342275374123101423133126
Binary1110001010111101111111001010110010110001001110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BDFC; }

 p { color: rgb(226,189,252); }

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

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

 a { background-color: rgb(226,189,252); }

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

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

 span { border-color: rgb(226,189,252); }

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