#EFAFF4

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

Shades of Mauve #EFAFF4

Tints of Mauve #EFAFF4

Color information

#EFAFF4 (or 0xEFAFF4) is unknown color: approx Mauve. HEX triplet: EF, AF and F4. RGB value is (239,175,244). Sum of RGB (Red+Green+Blue) = 239+175+244=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 175 (68.75% from 255 or 26.60% from 658); Blue value is 244 (95.70% from 255 or 37.08% from 658); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFAFF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFF4 is #10500B. Grayscale: #C9C9C9. Windows color (decimal): -1069068 or 16035823. OLE color: 16035823.

HSL color Cylindrical-coordinate representation of color #EFAFF4: hue angle of 295.65º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFAFF4 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239175244-
CMYK0.020.2800.04
HSL295.65º75.82%82.16%-
HSV(B)295.65º28.28%95.69%-
XYZ67.2655.5492.76-
YUV202151.7154.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.32%
GREEN value IS 175 (68.75% from 255) = 26.60%
BLUE value IS 244 (95.70% from 255) = 37.08%
R=36.32%
G=26.60%
B=37.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391752440.020.2800.04295.6575.8282.16
HexEFAFF421C041284c52
Octal35725736423404450114122
Binary1110111110101111111101001011100010010010100010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFF4; }

 p { color: rgb(239,175,244); }

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

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

 a { background-color: rgb(239,175,244); }

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

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

 span { border-color: rgb(239,175,244); }

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