#EFB8FF

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

Shades of Mauve #EFB8FF

Tints of Mauve #EFB8FF

Color information

#EFB8FF (or 0xEFB8FF) is unknown color: approx Mauve. HEX triplet: EF, B8 and FF. RGB value is (239,184,255). Sum of RGB (Red+Green+Blue) = 239+184+255=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 184 (72.27% from 255 or 27.14% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFB8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB8FF is #104700. Grayscale: #D0D0D0. Windows color (decimal): -1066753 or 16759023. OLE color: 16759023.

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

Color convert

RGB239184255-
CMYK0.060.2800
HSL286.48º100%86.08%-
HSV(B)286.48º27.84%100%-
XYZ70.7959.85102.43-
YUV208.54154.22149.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.25%
GREEN value IS 184 (72.27% from 255) = 27.14%
BLUE value IS 255 (100% from 255) = 37.61%
R=35.25%
G=27.14%
B=37.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391842550.060.2800286.4810086.08
HexEFB8FF61C0011e6456
Octal35727037763400436144126
Binary111011111011100011111111110111000010001111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB8FF; }

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

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

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

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

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

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

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

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