#EFB3FE

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

Shades of Mauve #EFB3FE

Tints of Mauve #EFB3FE

Color information

#EFB3FE (or 0xEFB3FE) is unknown color: approx Mauve. HEX triplet: EF, B3 and FE. RGB value is (239,179,254). Sum of RGB (Red+Green+Blue) = 239+179+254=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 179 (70.31% from 255 or 26.64% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFB3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB3FE is #104C01. Grayscale: #CDCDCD. Windows color (decimal): -1068034 or 16692207. OLE color: 16692207.

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

Color convert

RGB239179254-
CMYK0.060.3000.00
HSL288º97.4%84.9%-
HSV(B)288º29.53%99.61%-
XYZ69.6157.75101.24-
YUV205.49155.38151.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 179 (70.31% from 255) = 26.64%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=35.57%
G=26.64%
B=37.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391792540.060.3000.0028897.484.9
HexEFB3FE61E001206155
Octal35726337663600440141125
Binary111011111011001111111110110111100010010000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB3FE; }

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

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

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

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

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

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

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

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