#E2C7FF

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

Shades of Mauve #E2C7FF

Tints of Mauve #E2C7FF

Color information

#E2C7FF (or 0xE2C7FF) is unknown color: approx Mauve. HEX triplet: E2, C7 and FF. RGB value is (226,199,255). Sum of RGB (Red+Green+Blue) = 226+199+255=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 199 (78.12% from 255 or 29.26% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2C7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C7FF is #1D3800. Grayscale: #D5D5D5. Windows color (decimal): -1914881 or 16762850. OLE color: 16762850.

HSL color Cylindrical-coordinate representation of color #E2C7FF: hue angle of 268.93º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2C7FF is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB226199255-
CMYK0.110.2200
HSL268.93º100%89.02%-
HSV(B)268.93º21.96%100%-
XYZ69.8464.24103.33-
YUV213.46151.45136.95-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.24%
GREEN value IS 199 (78.12% from 255) = 29.26%
BLUE value IS 255 (100% from 255) = 37.5%
R=33.24%
G=29.26%
B=37.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261992550.110.2200268.9310089.02
HexE2C7FFB160010d6459
Octal342307377132600415144131
Binary1110001011000111111111111011101100010000110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C7FF; }

 p { color: rgb(226,199,255); }

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

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

 a { background-color: rgb(226,199,255); }

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

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

 span { border-color: rgb(226,199,255); }

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