#EFBEFA

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

Shades of Mauve #EFBEFA

Tints of Mauve #EFBEFA

Color information

#EFBEFA (or 0xEFBEFA) is unknown color: approx Mauve. HEX triplet: EF, BE and FA. RGB value is (239,190,250). Sum of RGB (Red+Green+Blue) = 239+190+250=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 190 (74.61% from 255 or 27.98% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFBEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBEFA is #104105. Grayscale: #D3D3D3. Windows color (decimal): -1065222 or 16432879. OLE color: 16432879.

HSL color Cylindrical-coordinate representation of color #EFBEFA: hue angle of 289º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFBEFA is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239190250-
CMYK0.040.2400.02
HSL289º85.71%86.27%-
HSV(B)289º24%98.04%-
XYZ71.2762.0898.67-
YUV211.49149.73147.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 190 (74.61% from 255) = 27.98%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=35.20%
G=27.98%
B=36.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391902500.040.2400.0228985.7186.27
HexEFBEFA418021215656
Octal35727637243002441126126
Binary1110111110111110111110101001100001010010000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEFA; }

 p { color: rgb(239,190,250); }

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

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

 a { background-color: rgb(239,190,250); }

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

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

 span { border-color: rgb(239,190,250); }

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