#EEAEFF

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

Shades of Mauve #EEAEFF

Tints of Mauve #EEAEFF

Color information

#EEAEFF (or 0xEEAEFF) is unknown color: approx Mauve. HEX triplet: EE, AE and FF. RGB value is (238,174,255). Sum of RGB (Red+Green+Blue) = 238+174+255=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 174 (68.36% from 255 or 26.09% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEAEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAEFF is #115100. Grayscale: #CACACA. Windows color (decimal): -1134849 or 16756462. OLE color: 16756462.

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

Color convert

RGB238174255-
CMYK0.070.3200
HSL287.41º100%84.12%-
HSV(B)287.41º31.76%100%-
XYZ68.4555.67101.75-
YUV202.37157.7153.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 174 (68.36% from 255) = 26.09%
BLUE value IS 255 (100% from 255) = 38.23%
R=35.68%
G=26.09%
B=38.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381742550.070.3200287.4110084.12
HexEEAEFF7200011f6454
Octal35625637774000437144124
Binary1110111010101110111111111111000000010001111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEFF; }

 p { color: rgb(238,174,255); }

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

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

 a { background-color: rgb(238,174,255); }

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

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

 span { border-color: rgb(238,174,255); }

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