#E8BFFE

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

Shades of Mauve #E8BFFE

Tints of Mauve #E8BFFE

Color information

#E8BFFE (or 0xE8BFFE) is unknown color: approx Mauve. HEX triplet: E8, BF and FE. RGB value is (232,191,254). Sum of RGB (Red+Green+Blue) = 232+191+254=677 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.27% from 677); Green value is 191 (75% from 255 or 28.21% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8BFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BFFE is #174001. Grayscale: #D2D2D2. Windows color (decimal): -1523714 or 16695272. OLE color: 16695272.

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

Color convert

RGB232191254-
CMYK0.090.2500.00
HSL279.05º96.92%87.25%-
HSV(B)279.05º24.8%99.61%-
XYZ69.861.57101.97-
YUV210.44152.58143.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.27%
GREEN value IS 191 (75% from 255) = 28.21%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=34.27%
G=28.21%
B=37.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2321912540.090.2500.00279.0596.9287.25
HexE8BFFE919001176157
Octal350277376113100427141127
Binary1110100010111111111111101001110010010001011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BFFE; }

 p { color: rgb(232,191,254); }

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

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

 a { background-color: rgb(232,191,254); }

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

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

 span { border-color: rgb(232,191,254); }

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