#EFAFED

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

Shades of Plum #EFAFED

Tints of Plum #EFAFED

Color information

#EFAFED (or 0xEFAFED) is unknown color: approx Plum. HEX triplet: EF, AF and ED. RGB value is (239,175,237). Sum of RGB (Red+Green+Blue) = 239+175+237=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFED is #105012. Grayscale: #C9C9C9. Windows color (decimal): -1069075 or 15577071. OLE color: 15577071.

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

Color convert

RGB239175237-
CMYK00.270.010.06
HSL301.88º66.67%81.18%-
HSV(B)301.88º26.78%93.73%-
XYZ66.2155.1387.27-
YUV201.2148.2154.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 175 (68.75% from 255) = 26.88%
BLUE value IS 237 (92.97% from 255) = 36.41%
R=36.71%
G=26.88%
B=36.41%

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
Decimal23917523700.270.010.06301.8866.6781.18
HexEFAFED01B1612e4351
Octal35725735503316456103121
Binary111011111010111111101101011011111010010111010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFED; }

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

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

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

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

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

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

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

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