#EFABF0

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

Shades of Plum #EFABF0

Tints of Plum #EFABF0

Color information

#EFABF0 (or 0xEFABF0) is unknown color: approx Plum. HEX triplet: EF, AB and F0. RGB value is (239,171,240). Sum of RGB (Red+Green+Blue) = 239+171+240=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 171 (67.19% from 255 or 26.31% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFABF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABF0 is #10540F. Grayscale: #C6C6C6. Windows color (decimal): -1070096 or 15772655. OLE color: 15772655.

HSL color Cylindrical-coordinate representation of color #EFABF0: hue angle of 299.13º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFABF0 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239171240-
CMYK0.000.2900.06
HSL299.13º69.7%80.59%-
HSV(B)299.13º28.75%94.12%-
XYZ65.8953.7789.34-
YUV199.2151.03156.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 171 (67.19% from 255) = 26.31%
BLUE value IS 240 (94.14% from 255) = 36.92%
R=36.77%
G=26.31%
B=36.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391712400.000.2900.06299.1369.780.59
HexEFABF001D0612b4651
Octal35725336003506453106121
Binary111011111010101111110000011101011010010101110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABF0; }

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

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

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

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

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

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

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

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