#EDABF1

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

Shades of Plum #EDABF1

Tints of Plum #EDABF1

Color information

#EDABF1 (or 0xEDABF1) is unknown color: approx Plum. HEX triplet: ED, AB and F1. RGB value is (237,171,241). Sum of RGB (Red+Green+Blue) = 237+171+241=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 171 (67.19% from 255 or 26.35% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDABF1 is #12540E. Grayscale: #C6C6C6. Windows color (decimal): -1201167 or 15838189. OLE color: 15838189.

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

Color convert

RGB237171241-
CMYK0.020.2900.05
HSL296.57º71.43%80.78%-
HSV(B)296.57º29.05%94.51%-
XYZ65.3753.4890.1-
YUV198.71151.87155.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 171 (67.19% from 255) = 26.35%
BLUE value IS 241 (94.53% from 255) = 37.13%
R=36.52%
G=26.35%
B=37.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371712410.020.2900.05296.5771.4380.78
HexEDABF121D051294751
Octal35525336123505451107121
Binary1110110110101011111100011011101010110010100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABF1; }

 p { color: rgb(237,171,241); }

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

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

 a { background-color: rgb(237,171,241); }

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

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

 span { border-color: rgb(237,171,241); }

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