#E0C4FF

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

Shades of Mauve #E0C4FF

Tints of Mauve #E0C4FF

Color information

#E0C4FF (or 0xE0C4FF) is unknown color: approx Mauve. HEX triplet: E0, C4 and FF. RGB value is (224,196,255). Sum of RGB (Red+Green+Blue) = 224+196+255=675 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.19% from 675); Green value is 196 (76.95% from 255 or 29.04% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0C4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C4FF is #1F3B00. Grayscale: #D2D2D2. Windows color (decimal): -2046721 or 16762080. OLE color: 16762080.

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

Color convert

RGB224196255-
CMYK0.120.2300
HSL268.47º100%88.43%-
HSV(B)268.47º23.14%100%-
XYZ68.5362.55103.07-
YUV211.1152.78137.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.19%
GREEN value IS 196 (76.95% from 255) = 29.04%
BLUE value IS 255 (100% from 255) = 37.78%
R=33.19%
G=29.04%
B=37.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241962550.120.2300268.4710088.43
HexE0C4FFC170010c6458
Octal340304377142700414144130
Binary1110000011000100111111111100101110010000110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C4FF; }

 p { color: rgb(224,196,255); }

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

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

 a { background-color: rgb(224,196,255); }

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

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

 span { border-color: rgb(224,196,255); }

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