#E4CAFF

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

Shades of Mauve #E4CAFF

Tints of Mauve #E4CAFF

Color information

#E4CAFF (or 0xE4CAFF) is unknown color: approx Mauve. HEX triplet: E4, CA and FF. RGB value is (228,202,255). Sum of RGB (Red+Green+Blue) = 228+202+255=685 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.28% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CAFF is #1B3500. Grayscale: #D7D7D7. Windows color (decimal): -1783041 or 16763620. OLE color: 16763620.

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

Color convert

RGB228202255-
CMYK0.110.2100
HSL269.43º100%89.61%-
HSV(B)269.43º20.78%100%-
XYZ71.1765.96103.59-
YUV215.82150.11136.69-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.28%
GREEN value IS 202 (79.30% from 255) = 29.49%
BLUE value IS 255 (100% from 255) = 37.23%
R=33.28%
G=29.49%
B=37.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2282022550.110.2100269.4310089.61
HexE4CAFFB150010d645a
Octal344312377132500415144132
Binary1110010011001010111111111011101010010000110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CAFF; }

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

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

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

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

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

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

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

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