#EDB3F1

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

Shades of Plum #EDB3F1

Tints of Plum #EDB3F1

Color information

#EDB3F1 (or 0xEDB3F1) is unknown color: approx Plum. HEX triplet: ED, B3 and F1. RGB value is (237,179,241). Sum of RGB (Red+Green+Blue) = 237+179+241=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 179 (70.31% from 255 or 27.25% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDB3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB3F1 is #124C0E. Grayscale: #CBCBCB. Windows color (decimal): -1199119 or 15840237. OLE color: 15840237.

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

Color convert

RGB237179241-
CMYK0.020.2600.05
HSL296.13º68.89%82.35%-
HSV(B)296.13º25.73%94.51%-
XYZ66.9256.690.62-
YUV203.41149.22151.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 179 (70.31% from 255) = 27.25%
BLUE value IS 241 (94.53% from 255) = 36.68%
R=36.07%
G=27.25%
B=36.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371792410.020.2600.05296.1368.8982.35
HexEDB3F121A051284552
Octal35526336123205450105122
Binary1110110110110011111100011011010010110010100010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB3F1; }

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

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

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

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

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

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

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

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