#E1C1FB

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

Shades of Mauve #E1C1FB

Tints of Mauve #E1C1FB

Color information

#E1C1FB (or 0xE1C1FB) is unknown color: approx Mauve. HEX triplet: E1, C1 and FB. RGB value is (225,193,251). Sum of RGB (Red+Green+Blue) = 225+193+251=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 193 (75.78% from 255 or 28.85% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1C1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C1FB is #1E3E04. Grayscale: #D0D0D0. Windows color (decimal): -1981957 or 16499169. OLE color: 16499169.

HSL color Cylindrical-coordinate representation of color #E1C1FB: hue angle of 273.1º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1C1FB is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225193251-
CMYK0.100.2300.02
HSL273.1º87.88%87.06%-
HSV(B)273.1º23.11%98.43%-
XYZ67.5361.1199.5-
YUV209.18151.6139.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.63%
GREEN value IS 193 (75.78% from 255) = 28.85%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=33.63%
G=28.85%
B=37.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251932510.100.2300.02273.187.8887.06
HexE1C1FBA17021115857
Octal341301373122702421130127
Binary11100001110000011111101110101011101010001000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C1FB; }

 p { color: rgb(225,193,251); }

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

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

 a { background-color: rgb(225,193,251); }

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

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

 span { border-color: rgb(225,193,251); }

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