#EFABF4

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

Shades of Plum #EFABF4

Tints of Plum #EFABF4

Color information

#EFABF4 (or 0xEFABF4) is unknown color: approx Plum. HEX triplet: EF, AB and F4. RGB value is (239,171,244). Sum of RGB (Red+Green+Blue) = 239+171+244=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 171 (67.19% from 255 or 26.15% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFABF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABF4 is #10540B. Grayscale: #C7C7C7. Windows color (decimal): -1070092 or 16034799. OLE color: 16034799.

HSL color Cylindrical-coordinate representation of color #EFABF4: hue angle of 295.89º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFABF4 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239171244-
CMYK0.020.3000.04
HSL295.89º76.84%81.37%-
HSV(B)295.89º29.92%95.69%-
XYZ66.4954.0192.51-
YUV199.65153.03156.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 171 (67.19% from 255) = 26.15%
BLUE value IS 244 (95.70% from 255) = 37.31%
R=36.54%
G=26.15%
B=37.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391712440.020.3000.04295.8976.8481.37
HexEFABF421E041284d51
Octal35725336423604450115121
Binary1110111110101011111101001011110010010010100010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABF4; }

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

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

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

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

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

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

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

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