#EFAFFF

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

Shades of Mauve #EFAFFF

Tints of Mauve #EFAFFF

Color information

#EFAFFF (or 0xEFAFFF) is unknown color: approx Mauve. HEX triplet: EF, AF and FF. RGB value is (239,175,255). Sum of RGB (Red+Green+Blue) = 239+175+255=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 175 (68.75% from 255 or 26.16% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFAFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFFF is #105000. Grayscale: #CBCBCB. Windows color (decimal): -1069057 or 16756719. OLE color: 16756719.

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

Color convert

RGB239175255-
CMYK0.060.3100
HSL288º100%84.31%-
HSV(B)288º31.37%100%-
XYZ68.9856.23101.83-
YUV203.26157.2153.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 175 (68.75% from 255) = 26.16%
BLUE value IS 255 (100% from 255) = 38.12%
R=35.72%
G=26.16%
B=38.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391752550.060.310028810084.31
HexEFAFFF61F001206454
Octal35725737763700440144124
Binary111011111010111111111111110111110010010000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFFF; }

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

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

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

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

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

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

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

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