#E1B6FD

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

Shades of Mauve #E1B6FD

Tints of Mauve #E1B6FD

Color information

#E1B6FD (or 0xE1B6FD) is unknown color: approx Mauve. HEX triplet: E1, B6 and FD. RGB value is (225,182,253). Sum of RGB (Red+Green+Blue) = 225+182+253=660 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.09% from 660); Green value is 182 (71.48% from 255 or 27.58% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1B6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B6FD is #1E4902. Grayscale: #CACACA. Windows color (decimal): -1984771 or 16627425. OLE color: 16627425.

HSL color Cylindrical-coordinate representation of color #E1B6FD: hue angle of 276.34º 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 #E1B6FD is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB225182253-
CMYK0.110.2800.01
HSL276.34º94.67%85.29%-
HSV(B)276.34º28.06%99.22%-
XYZ65.5156.56100.39-
YUV202.95156.25143.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.09%
GREEN value IS 182 (71.48% from 255) = 27.58%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=34.09%
G=27.58%
B=38.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2251822530.110.2800.01276.3494.6785.29
HexE1B6FDB1C011145f55
Octal341266375133401424137125
Binary1110000110110110111111011011111000110001010010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B6FD; }

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

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

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

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

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

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

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

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