#EFAEFF

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

Shades of Mauve #EFAEFF

Tints of Mauve #EFAEFF

Color information

#EFAEFF (or 0xEFAEFF) is unknown color: approx Mauve. HEX triplet: EF, AE and FF. RGB value is (239,174,255). Sum of RGB (Red+Green+Blue) = 239+174+255=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 174 (68.36% from 255 or 26.05% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFAEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEFF is #105100. Grayscale: #CACACA. Windows color (decimal): -1069313 or 16756463. OLE color: 16756463.

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

Color convert

RGB239174255-
CMYK0.060.3200
HSL288.15º100%84.12%-
HSV(B)288.15º31.76%100%-
XYZ68.7855.84101.76-
YUV202.67157.53153.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 174 (68.36% from 255) = 26.05%
BLUE value IS 255 (100% from 255) = 38.17%
R=35.78%
G=26.05%
B=38.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391742550.060.3200288.1510084.12
HexEFAEFF620001206454
Octal35725637764000440144124
Binary1110111110101110111111111101000000010010000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEFF; }

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

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

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

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

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

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

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

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