#E8BDF2

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

Shades of Mauve #E8BDF2

Tints of Mauve #E8BDF2

Color information

#E8BDF2 (or 0xE8BDF2) is unknown color: approx Mauve. HEX triplet: E8, BD and F2. RGB value is (232,189,242). Sum of RGB (Red+Green+Blue) = 232+189+242=663 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.99% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8BDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDF2 is #17420D. Grayscale: #CFCFCF. Windows color (decimal): -1524238 or 15908328. OLE color: 15908328.

HSL color Cylindrical-coordinate representation of color #E8BDF2: hue angle of 288.68º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8BDF2 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232189242-
CMYK0.040.2200.05
HSL288.68º67.09%84.51%-
HSV(B)288.68º21.9%94.9%-
XYZ67.559.9692.02-
YUV207.9147.25145.19-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.99%
GREEN value IS 189 (74.22% from 255) = 28.51%
BLUE value IS 242 (94.92% from 255) = 36.50%
R=34.99%
G=28.51%
B=36.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321892420.040.2200.05288.6867.0984.51
HexE8BDF2416051214355
Octal35027536242605441103125
Binary11101000101111011111001010010110010110010000110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDF2; }

 p { color: rgb(232,189,242); }

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

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

 a { background-color: rgb(232,189,242); }

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

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

 span { border-color: rgb(232,189,242); }

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