#EFBEFE

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

Shades of Mauve #EFBEFE

Tints of Mauve #EFBEFE

Color information

#EFBEFE (or 0xEFBEFE) is unknown color: approx Mauve. HEX triplet: EF, BE and FE. RGB value is (239,190,254). Sum of RGB (Red+Green+Blue) = 239+190+254=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 190 (74.61% from 255 or 27.82% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFBEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBEFE is #104101. Grayscale: #D3D3D3. Windows color (decimal): -1065218 or 16695023. OLE color: 16695023.

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

Color convert

RGB239190254-
CMYK0.060.2500.00
HSL285.94º96.97%87.06%-
HSV(B)285.94º25.2%99.61%-
XYZ71.962.33102.01-
YUV211.95151.73147.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 190 (74.61% from 255) = 27.82%
BLUE value IS 254 (99.61% from 255) = 37.19%
R=34.99%
G=27.82%
B=37.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391902540.060.2500.00285.9496.9787.06
HexEFBEFE6190011e6157
Octal35727637663100436141127
Binary111011111011111011111110110110010010001111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEFE; }

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

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

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

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

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

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

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

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