#E4B8FD

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

Shades of Mauve #E4B8FD

Tints of Mauve #E4B8FD

Color information

#E4B8FD (or 0xE4B8FD) is unknown color: approx Mauve. HEX triplet: E4, B8 and FD. RGB value is (228,184,253). Sum of RGB (Red+Green+Blue) = 228+184+253=665 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.29% from 665); Green value is 184 (72.27% from 255 or 27.67% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4B8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B8FD is #1B4702. Grayscale: #CCCCCC. Windows color (decimal): -1787651 or 16627940. OLE color: 16627940.

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

Color convert

RGB228184253-
CMYK0.100.2700.01
HSL278.26º94.52%85.69%-
HSV(B)278.26º27.27%99.22%-
XYZ66.8757.87100.57-
YUV205.02155.08144.39-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.29%
GREEN value IS 184 (72.27% from 255) = 27.67%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=34.29%
G=27.67%
B=38.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281842530.100.2700.01278.2694.5285.69
HexE4B8FDA1B011165f56
Octal344270375123301426137126
Binary1110010010111000111111011010110110110001011010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B8FD; }

 p { color: rgb(228,184,253); }

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

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

 a { background-color: rgb(228,184,253); }

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

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

 span { border-color: rgb(228,184,253); }

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