#E8BFFD

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

Shades of Mauve #E8BFFD

Tints of Mauve #E8BFFD

Color information

#E8BFFD (or 0xE8BFFD) is unknown color: approx Mauve. HEX triplet: E8, BF and FD. RGB value is (232,191,253). Sum of RGB (Red+Green+Blue) = 232+191+253=676 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.32% from 676); Green value is 191 (75% from 255 or 28.25% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8BFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BFFD is #174002. Grayscale: #D2D2D2. Windows color (decimal): -1523715 or 16629736. OLE color: 16629736.

HSL color Cylindrical-coordinate representation of color #E8BFFD: hue angle of 279.68º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8BFFD is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB232191253-
CMYK0.080.2500.01
HSL279.68º93.94%87.06%-
HSV(B)279.68º24.51%99.22%-
XYZ69.6461.51101.13-
YUV210.33152.08143.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.32%
GREEN value IS 191 (75% from 255) = 28.25%
BLUE value IS 253 (99.22% from 255) = 37.43%
R=34.32%
G=28.25%
B=37.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321912530.080.2500.01279.6893.9487.06
HexE8BFFD819011185e57
Octal350277375103101430136127
Binary1110100010111111111111011000110010110001100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BFFD; }

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

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

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

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

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

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

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

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