#E5CAFF

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

Shades of Mauve #E5CAFF

Tints of Mauve #E5CAFF

Color information

#E5CAFF (or 0xE5CAFF) is unknown color: approx Mauve. HEX triplet: E5, CA and FF. RGB value is (229,202,255). Sum of RGB (Red+Green+Blue) = 229+202+255=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 202 (79.30% from 255 or 29.45% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CAFF is #1A3500. Grayscale: #D7D7D7. Windows color (decimal): -1717505 or 16763621. OLE color: 16763621.

HSL color Cylindrical-coordinate representation of color #E5CAFF: hue angle of 270.57º 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 #E5CAFF is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB229202255-
CMYK0.100.2100
HSL270.57º100%89.61%-
HSV(B)270.57º20.78%100%-
XYZ71.4866.12103.6-
YUV216.12149.95137.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.38%
GREEN value IS 202 (79.30% from 255) = 29.45%
BLUE value IS 255 (100% from 255) = 37.17%
R=33.38%
G=29.45%
B=37.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292022550.100.2100270.5710089.61
HexE5CAFFA150010f645a
Octal345312377122500417144132
Binary1110010111001010111111111010101010010000111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CAFF; }

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

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

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

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

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

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

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

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