#EFB9FF

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

Shades of Mauve #EFB9FF

Tints of Mauve #EFB9FF

Color information

#EFB9FF (or 0xEFB9FF) is unknown color: approx Mauve. HEX triplet: EF, B9 and FF. RGB value is (239,185,255). Sum of RGB (Red+Green+Blue) = 239+185+255=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 185 (72.66% from 255 or 27.25% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFB9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB9FF is #104600. Grayscale: #D0D0D0. Windows color (decimal): -1066497 or 16759279. OLE color: 16759279.

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

Color convert

RGB239185255-
CMYK0.060.2700
HSL286.29º100%86.27%-
HSV(B)286.29º27.45%100%-
XYZ7160.27102.5-
YUV209.13153.89149.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 185 (72.66% from 255) = 27.25%
BLUE value IS 255 (100% from 255) = 37.56%
R=35.20%
G=27.25%
B=37.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391852550.060.2700286.2910086.27
HexEFB9FF61B0011e6456
Octal35727137763300436144126
Binary111011111011100111111111110110110010001111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9FF; }

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

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

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

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

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

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

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

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