#EDABEF

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

Shades of Plum #EDABEF

Tints of Plum #EDABEF

Color information

#EDABEF (or 0xEDABEF) is unknown color: approx Plum. HEX triplet: ED, AB and EF. RGB value is (237,171,239). Sum of RGB (Red+Green+Blue) = 237+171+239=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 171 (67.19% from 255 or 26.43% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDABEF is #125410. Grayscale: #C6C6C6. Windows color (decimal): -1201169 or 15707117. OLE color: 15707117.

HSL color Cylindrical-coordinate representation of color #EDABEF: hue angle of 298.24º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDABEF is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237171239-
CMYK0.010.2800.06
HSL298.24º68%80.39%-
HSV(B)298.24º28.45%93.73%-
XYZ65.0753.3688.53-
YUV198.49150.87155.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 171 (67.19% from 255) = 26.43%
BLUE value IS 239 (93.75% from 255) = 36.94%
R=36.63%
G=26.43%
B=36.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371712390.010.2800.06298.246880.39
HexEDABEF11C0612a4450
Octal35525335713406452104120
Binary111011011010101111101111111100011010010101010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABEF; }

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

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

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

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

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

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

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

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