#E8B6FD

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

Shades of Mauve #E8B6FD

Tints of Mauve #E8B6FD

Color information

#E8B6FD (or 0xE8B6FD) is unknown color: approx Mauve. HEX triplet: E8, B6 and FD. RGB value is (232,182,253). Sum of RGB (Red+Green+Blue) = 232+182+253=667 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.78% from 667); Green value is 182 (71.48% from 255 or 27.29% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8B6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B6FD is #174902. Grayscale: #CCCCCC. Windows color (decimal): -1526019 or 16627432. OLE color: 16627432.

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

Color convert

RGB232182253-
CMYK0.080.2800.01
HSL282.25º94.67%85.29%-
HSV(B)282.25º28.06%99.22%-
XYZ67.7457.7100.5-
YUV205.04155.06147.23-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.78%
GREEN value IS 182 (71.48% from 255) = 27.29%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=34.78%
G=27.29%
B=37.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321822530.080.2800.01282.2594.6785.29
HexE8B6FD81C0111a5f55
Octal350266375103401432137125
Binary1110100010110110111111011000111000110001101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B6FD; }

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

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

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

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

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

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

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

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