#EFAEEC

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

Shades of Plum #EFAEEC

Tints of Plum #EFAEEC

Color information

#EFAEEC (or 0xEFAEEC) is unknown color: approx Plum. HEX triplet: EF, AE and EC. RGB value is (239,174,236). Sum of RGB (Red+Green+Blue) = 239+174+236=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 174 (68.36% from 255 or 26.81% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEEC is #105113. Grayscale: #C8C8C8. Windows color (decimal): -1069332 or 15511279. OLE color: 15511279.

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

Color convert

RGB239174236-
CMYK00.270.010.06
HSL302.77º67.01%80.98%-
HSV(B)302.77º27.2%93.73%-
XYZ65.8754.6886.44-
YUV200.5148.03155.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.83%
GREEN value IS 174 (68.36% from 255) = 26.81%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=36.83%
G=26.81%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917423600.270.010.06302.7767.0180.98
HexEFAEEC01B1612f4351
Octal35725635403316457103121
Binary111011111010111011101100011011111010010111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEEC; }

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

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

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

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

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

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

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

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