#EFABEE

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

Shades of Plum #EFABEE

Tints of Plum #EFABEE

Color information

#EFABEE (or 0xEFABEE) is unknown color: approx Plum. HEX triplet: EF, AB and EE. RGB value is (239,171,238). Sum of RGB (Red+Green+Blue) = 239+171+238=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 171 (67.19% from 255 or 26.39% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABEE is #105411. Grayscale: #C6C6C6. Windows color (decimal): -1070098 or 15641583. OLE color: 15641583.

HSL color Cylindrical-coordinate representation of color #EFABEE: hue angle of 300.88º 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 #EFABEE is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239171238-
CMYK00.280.000.06
HSL300.88º68%80.39%-
HSV(B)300.88º28.45%93.73%-
XYZ65.5953.6587.79-
YUV198.97150.03156.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.88%
GREEN value IS 171 (67.19% from 255) = 26.39%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=36.88%
G=26.39%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917123800.280.000.06300.886880.39
HexEFABEE01C0612d4450
Octal35725335603406455104120
Binary111011111010101111101110011100011010010110110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABEE; }

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

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

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

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

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

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

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

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