#EDA9F3

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

Shades of Plum #EDA9F3

Tints of Plum #EDA9F3

Color information

#EDA9F3 (or 0xEDA9F3) is unknown color: approx Plum. HEX triplet: ED, A9 and F3. RGB value is (237,169,243). Sum of RGB (Red+Green+Blue) = 237+169+243=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 169 (66.41% from 255 or 26.04% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDA9F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA9F3 is #12560C. Grayscale: #C5C5C5. Windows color (decimal): -1201677 or 15968749. OLE color: 15968749.

HSL color Cylindrical-coordinate representation of color #EDA9F3: hue angle of 295.14º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA9F3 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237169243-
CMYK0.020.3000.05
HSL295.14º75.51%80.78%-
HSV(B)295.14º30.45%95.29%-
XYZ65.2952.8591.55-
YUV197.77153.53155.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 169 (66.41% from 255) = 26.04%
BLUE value IS 243 (95.31% from 255) = 37.44%
R=36.52%
G=26.04%
B=37.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371692430.020.3000.05295.1475.5180.78
HexEDA9F321E051274c51
Octal35525136323605447114121
Binary1110110110101001111100111011110010110010011110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9F3; }

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

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

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

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

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

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

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

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