#EDB1EF

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

Shades of Plum #EDB1EF

Tints of Plum #EDB1EF

Color information

#EDB1EF (or 0xEDB1EF) is unknown color: approx Plum. HEX triplet: ED, B1 and EF. RGB value is (237,177,239). Sum of RGB (Red+Green+Blue) = 237+177+239=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 177 (69.53% from 255 or 27.11% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDB1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB1EF is #124E10. Grayscale: #C9C9C9. Windows color (decimal): -1199633 or 15708653. OLE color: 15708653.

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

Color convert

RGB237177239-
CMYK0.010.2600.06
HSL298.06º65.96%81.57%-
HSV(B)298.06º25.94%93.73%-
XYZ66.2355.6888.92-
YUV202.01148.88152.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.29%
GREEN value IS 177 (69.53% from 255) = 27.11%
BLUE value IS 239 (93.75% from 255) = 36.60%
R=36.29%
G=27.11%
B=36.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371772390.010.2600.06298.0665.9681.57
HexEDB1EF11A0612a4252
Octal35526135713206452102122
Binary111011011011000111101111111010011010010101010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB1EF; }

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

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

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

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

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

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

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

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