#E3BDFD

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

Shades of Mauve #E3BDFD

Tints of Mauve #E3BDFD

Color information

#E3BDFD (or 0xE3BDFD) is unknown color: approx Mauve. HEX triplet: E3, BD and FD. RGB value is (227,189,253). Sum of RGB (Red+Green+Blue) = 227+189+253=669 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.93% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3BDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BDFD is #1C4202. Grayscale: #CFCFCF. Windows color (decimal): -1851907 or 16629219. OLE color: 16629219.

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

Color convert

RGB227189253-
CMYK0.100.2500.01
HSL275.62º94.12%86.67%-
HSV(B)275.62º25.3%99.22%-
XYZ67.6159.82100.91-
YUV207.66153.59141.8-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.93%
GREEN value IS 189 (74.22% from 255) = 28.25%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=33.93%
G=28.25%
B=37.82%

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
Decimal2271892530.100.2500.01275.6294.1286.67
HexE3BDFDA19011145e57
Octal343275375123101424136127
Binary1110001110111101111111011010110010110001010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BDFD; }

 p { color: rgb(227,189,253); }

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

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

 a { background-color: rgb(227,189,253); }

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

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

 span { border-color: rgb(227,189,253); }

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