#EDA8EC

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

Shades of Plum #EDA8EC

Tints of Plum #EDA8EC

Color information

#EDA8EC (or 0xEDA8EC) is unknown color: approx Plum. HEX triplet: ED, A8 and EC. RGB value is (237,168,236). Sum of RGB (Red+Green+Blue) = 237+168+236=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8EC is #125713. Grayscale: #C4C4C4. Windows color (decimal): -1201940 or 15509741. OLE color: 15509741.

HSL color Cylindrical-coordinate representation of color #EDA8EC: hue angle of 300.87º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA8EC is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB237168236-
CMYK00.290.000.07
HSL300.87º65.71%79.41%-
HSV(B)300.87º29.11%92.94%-
XYZ64.0752.0786.03-
YUV196.38150.36156.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 168 (66.02% from 255) = 26.21%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=36.97%
G=26.21%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716823600.290.000.07300.8765.7179.41
HexEDA8EC01D0712d424f
Octal35525035403507455102117
Binary111011011010100011101100011101011110010110110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA8EC; }

 p { color: rgb(237,168,236); }

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

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

 a { background-color: rgb(237,168,236); }

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

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

 span { border-color: rgb(237,168,236); }

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