#EDA9EE

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

Shades of Plum #EDA9EE

Tints of Plum #EDA9EE

Color information

#EDA9EE (or 0xEDA9EE) is unknown color: approx Plum. HEX triplet: ED, A9 and EE. RGB value is (237,169,238). Sum of RGB (Red+Green+Blue) = 237+169+238=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 169 (66.41% from 255 or 26.24% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDA9EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA9EE is #125611. Grayscale: #C4C4C4. Windows color (decimal): -1201682 or 15641069. OLE color: 15641069.

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

Color convert

RGB237169238-
CMYK0.000.2900.07
HSL299.13º66.99%79.8%-
HSV(B)299.13º28.99%93.33%-
XYZ64.5552.5587.63-
YUV197.2151.03156.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 169 (66.41% from 255) = 26.24%
BLUE value IS 238 (93.36% from 255) = 36.96%
R=36.80%
G=26.24%
B=36.96%

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
Decimal2371692380.000.2900.07299.1366.9979.8
HexEDA9EE01D0712b4350
Octal35525135603507453103120
Binary111011011010100111101110011101011110010101110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9EE; }

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

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

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

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

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

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

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

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