#EFAEED

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

Shades of Plum #EFAEED

Tints of Plum #EFAEED

Color information

#EFAEED (or 0xEFAEED) is unknown color: approx Plum. HEX triplet: EF, AE and ED. RGB value is (239,174,237). Sum of RGB (Red+Green+Blue) = 239+174+237=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEED is #105112. Grayscale: #C8C8C8. Windows color (decimal): -1069331 or 15576815. OLE color: 15576815.

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

Color convert

RGB239174237-
CMYK00.270.010.06
HSL301.85º67.01%80.98%-
HSV(B)301.85º27.2%93.73%-
XYZ66.0254.7487.21-
YUV200.62148.53155.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 174 (68.36% from 255) = 26.77%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=36.77%
G=26.77%
B=36.46%

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
Decimal23917423700.270.010.06301.8567.0180.98
HexEFAEED01B1612e4351
Octal35725635503316456103121
Binary111011111010111011101101011011111010010111010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEED; }

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

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

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

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

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

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

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

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