#EFAEFE

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

Shades of Mauve #EFAEFE

Tints of Mauve #EFAEFE

Color information

#EFAEFE (or 0xEFAEFE) is unknown color: approx Mauve. HEX triplet: EF, AE and FE. RGB value is (239,174,254). Sum of RGB (Red+Green+Blue) = 239+174+254=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 174 (68.36% from 255 or 26.09% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFAEFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEFE is #105101. Grayscale: #CACACA. Windows color (decimal): -1069314 or 16690927. OLE color: 16690927.

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

Color convert

RGB239174254-
CMYK0.060.3100.00
HSL288.75º97.56%83.92%-
HSV(B)288.75º31.5%99.61%-
XYZ68.6255.78100.92-
YUV202.55157.03154-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 174 (68.36% from 255) = 26.09%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=35.83%
G=26.09%
B=38.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391742540.060.3100.00288.7597.5683.92
HexEFAEFE61F001216254
Octal35725637663700441142124
Binary111011111010111011111110110111110010010000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEFE; }

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

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

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

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

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

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

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

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