#EFABEF

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

Shades of Plum #EFABEF

Tints of Plum #EFABEF

Color information

#EFABEF (or 0xEFABEF) is unknown color: approx Plum. HEX triplet: EF, AB and EF. RGB value is (239,171,239). Sum of RGB (Red+Green+Blue) = 239+171+239=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 171 (67.19% from 255 or 26.35% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABEF is #105410. Grayscale: #C6C6C6. Windows color (decimal): -1070097 or 15707119. OLE color: 15707119.

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

Color convert

RGB239171239-
CMYK00.2800.06
HSL300º68%80.39%-
HSV(B)300º28.45%93.73%-
XYZ65.7453.7188.56-
YUV199.08150.53156.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.83%
GREEN value IS 171 (67.19% from 255) = 26.35%
BLUE value IS 239 (93.75% from 255) = 36.83%
R=36.83%
G=26.35%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917123900.2800.063006880.39
HexEFABEF01C0612c4450
Octal35725335703406454104120
Binary111011111010101111101111011100011010010110010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABEF; }

 p { color: rgb(239,171,239); }

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

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

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

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

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

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

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