#E8BDF0

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

Shades of Mauve #E8BDF0

Tints of Mauve #E8BDF0

Color information

#E8BDF0 (or 0xE8BDF0) is unknown color: approx Mauve. HEX triplet: E8, BD and F0. RGB value is (232,189,240). Sum of RGB (Red+Green+Blue) = 232+189+240=661 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.10% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #E8BDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDF0 is #17420F. Grayscale: #CFCFCF. Windows color (decimal): -1524240 or 15777256. OLE color: 15777256.

HSL color Cylindrical-coordinate representation of color #E8BDF0: hue angle of 290.59º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E8BDF0 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232189240-
CMYK0.030.2100.06
HSL290.59º62.96%84.12%-
HSV(B)290.59º21.25%94.12%-
XYZ67.259.8490.45-
YUV207.67146.25145.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.10%
GREEN value IS 189 (74.22% from 255) = 28.59%
BLUE value IS 240 (94.14% from 255) = 36.31%
R=35.10%
G=28.59%
B=36.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2321892400.030.2100.06290.5962.9684.12
HexE8BDF0315061233f54
Octal3502753603250644377124
Binary111010001011110111110000111010101101001000111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDF0; }

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

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

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

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

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

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

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

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