#EFB9FE

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

Shades of Mauve #EFB9FE

Tints of Mauve #EFB9FE

Color information

#EFB9FE (or 0xEFB9FE) is unknown color: approx Mauve. HEX triplet: EF, B9 and FE. RGB value is (239,185,254). Sum of RGB (Red+Green+Blue) = 239+185+254=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 185 (72.66% from 255 or 27.29% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFB9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB9FE is #104601. Grayscale: #D0D0D0. Windows color (decimal): -1066498 or 16693743. OLE color: 16693743.

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

Color convert

RGB239185254-
CMYK0.060.2700.00
HSL286.96º97.18%86.08%-
HSV(B)286.96º27.17%99.61%-
XYZ70.8360.2101.65-
YUV209.01153.39149.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.25%
GREEN value IS 185 (72.66% from 255) = 27.29%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=35.25%
G=27.29%
B=37.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391852540.060.2700.00286.9697.1886.08
HexEFB9FE61B0011f6156
Octal35727137663300437141126
Binary111011111011100111111110110110110010001111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9FE; }

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

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

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

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

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

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

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

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