#E8BDF3

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

Shades of Mauve #E8BDF3

Tints of Mauve #E8BDF3

Color information

#E8BDF3 (or 0xE8BDF3) is unknown color: approx Mauve. HEX triplet: E8, BD and F3. RGB value is (232,189,243). Sum of RGB (Red+Green+Blue) = 232+189+243=664 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.94% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 243 (95.31% from 255 or 36.60% from 664); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8BDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDF3 is #17420C. Grayscale: #CFCFCF. Windows color (decimal): -1524237 or 15973864. OLE color: 15973864.

HSL color Cylindrical-coordinate representation of color #E8BDF3: hue angle of 287.78º degrees, saturation: 0.69, 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 #E8BDF3 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232189243-
CMYK0.050.2200.05
HSL287.78º69.23%84.71%-
HSV(B)287.78º22.22%95.29%-
XYZ67.6560.0292.81-
YUV208.01147.75145.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.94%
GREEN value IS 189 (74.22% from 255) = 28.46%
BLUE value IS 243 (95.31% from 255) = 36.60%
R=34.94%
G=28.46%
B=36.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321892430.050.2200.05287.7869.2384.71
HexE8BDF3516051204555
Octal35027536352605440105125
Binary11101000101111011111001110110110010110010000010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDF3; }

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

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

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

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

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

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

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

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