#EDA8EB

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

Shades of Plum #EDA8EB

Tints of Plum #EDA8EB

Color information

#EDA8EB (or 0xEDA8EB) is unknown color: approx Plum. HEX triplet: ED, A8 and EB. RGB value is (237,168,235). Sum of RGB (Red+Green+Blue) = 237+168+235=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 168 (66.02% from 255 or 26.25% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8EB is #125714. Grayscale: #C4C4C4. Windows color (decimal): -1201941 or 15444205. OLE color: 15444205.

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

Color convert

RGB237168235-
CMYK00.290.010.07
HSL301.74º65.71%79.41%-
HSV(B)301.74º29.11%92.94%-
XYZ63.9252.0185.27-
YUV196.27149.86157.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 168 (66.02% from 255) = 26.25%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=37.03%
G=26.25%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716823500.290.010.07301.7465.7179.41
HexEDA8EB01D1712e424f
Octal35525035303517456102117
Binary111011011010100011101011011101111110010111010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA8EB; }

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

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

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

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

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

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

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

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