#EFAFF5

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

Shades of Mauve #EFAFF5

Tints of Mauve #EFAFF5

Color information

#EFAFF5 (or 0xEFAFF5) is unknown color: approx Mauve. HEX triplet: EF, AF and F5. RGB value is (239,175,245). Sum of RGB (Red+Green+Blue) = 239+175+245=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 175 (68.75% from 255 or 26.56% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFAFF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFF5 is #10500A. Grayscale: #C9C9C9. Windows color (decimal): -1069067 or 16101359. OLE color: 16101359.

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

Color convert

RGB239175245-
CMYK0.020.2900.04
HSL294.86º77.78%82.35%-
HSV(B)294.86º28.57%96.08%-
XYZ67.4155.693.57-
YUV202.12152.2154.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 175 (68.75% from 255) = 26.56%
BLUE value IS 245 (96.09% from 255) = 37.18%
R=36.27%
G=26.56%
B=37.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391752450.020.2900.04294.8677.7882.35
HexEFAFF521D041274e52
Octal35725736523504447116122
Binary1110111110101111111101011011101010010010011110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFF5; }

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

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

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

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

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

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

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

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