#E8CAFF

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

Shades of Mauve #E8CAFF

Tints of Mauve #E8CAFF

Color information

#E8CAFF (or 0xE8CAFF) is unknown color: approx Mauve. HEX triplet: E8, CA and FF. RGB value is (232,202,255). Sum of RGB (Red+Green+Blue) = 232+202+255=689 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.67% from 689); Green value is 202 (79.30% from 255 or 29.32% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8CAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CAFF is #173500. Grayscale: #D8D8D8. Windows color (decimal): -1520897 or 16763624. OLE color: 16763624.

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

Color convert

RGB232202255-
CMYK0.090.2100
HSL273.96º100%89.61%-
HSV(B)273.96º20.78%100%-
XYZ72.4566.62103.65-
YUV217.01149.44138.69-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.67%
GREEN value IS 202 (79.30% from 255) = 29.32%
BLUE value IS 255 (100% from 255) = 37.01%
R=33.67%
G=29.32%
B=37.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2322022550.090.2100273.9610089.61
HexE8CAFF91500112645a
Octal350312377112500422144132
Binary1110100011001010111111111001101010010001001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CAFF; }

 p { color: rgb(232,202,255); }

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

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

 a { background-color: rgb(232,202,255); }

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

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

 span { border-color: rgb(232,202,255); }

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