#E8BDFF

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

Shades of Mauve #E8BDFF

Tints of Mauve #E8BDFF

Color information

#E8BDFF (or 0xE8BDFF) is unknown color: approx Mauve. HEX triplet: E8, BD and FF. RGB value is (232,189,255). Sum of RGB (Red+Green+Blue) = 232+189+255=676 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.32% from 676); Green value is 189 (74.22% from 255 or 27.96% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8BDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDFF is #174200. Grayscale: #D1D1D1. Windows color (decimal): -1524225 or 16760296. OLE color: 16760296.

HSL color Cylindrical-coordinate representation of color #E8BDFF: hue angle of 279.09º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8BDFF is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB232189255-
CMYK0.090.2600
HSL279.09º100%87.06%-
HSV(B)279.09º25.88%100%-
XYZ69.5360.77102.67-
YUV209.38153.75144.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.32%
GREEN value IS 189 (74.22% from 255) = 27.96%
BLUE value IS 255 (100% from 255) = 37.72%
R=34.32%
G=27.96%
B=37.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2321892550.090.2600279.0910087.06
HexE8BDFF91A001176457
Octal350275377113200427144127
Binary1110100010111101111111111001110100010001011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDFF; }

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

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

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

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

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

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

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

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