#EFACEC

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

Shades of Plum #EFACEC

Tints of Plum #EFACEC

Color information

#EFACEC (or 0xEFACEC) is unknown color: approx Plum. HEX triplet: EF, AC and EC. RGB value is (239,172,236). Sum of RGB (Red+Green+Blue) = 239+172+236=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACEC is #105313. Grayscale: #C7C7C7. Windows color (decimal): -1069844 or 15510767. OLE color: 15510767.

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

Color convert

RGB239172236-
CMYK00.280.010.06
HSL302.69º67.68%80.59%-
HSV(B)302.69º28.03%93.73%-
XYZ65.4953.9186.31-
YUV199.33148.7156.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.94%
GREEN value IS 172 (67.58% from 255) = 26.58%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=36.94%
G=26.58%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917223600.280.010.06302.6967.6880.59
HexEFACEC01C1612f4451
Octal35725435403416457104121
Binary111011111010110011101100011100111010010111110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACEC; }

 p { color: rgb(239,172,236); }

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

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

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

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

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

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

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