#EDA8EE

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

Shades of Plum #EDA8EE

Tints of Plum #EDA8EE

Color information

#EDA8EE (or 0xEDA8EE) is unknown color: approx Plum. HEX triplet: ED, A8 and EE. RGB value is (237,168,238). Sum of RGB (Red+Green+Blue) = 237+168+238=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 168 (66.02% from 255 or 26.13% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDA8EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8EE is #125711. Grayscale: #C4C4C4. Windows color (decimal): -1201938 or 15640813. OLE color: 15640813.

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

Color convert

RGB237168238-
CMYK0.000.2900.07
HSL299.14º67.31%79.61%-
HSV(B)299.14º29.41%93.33%-
XYZ64.3652.1887.57-
YUV196.61151.36156.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 168 (66.02% from 255) = 26.13%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=36.86%
G=26.13%
B=37.01%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371682380.000.2900.07299.1467.3179.61
HexEDA8EE01D0712b4350
Octal35525035603507453103120
Binary111011011010100011101110011101011110010101110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA8EE; }

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

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

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

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

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

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

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

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