#EDB0F1

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

Shades of Plum #EDB0F1

Tints of Plum #EDB0F1

Color information

#EDB0F1 (or 0xEDB0F1) is unknown color: approx Plum. HEX triplet: ED, B0 and F1. RGB value is (237,176,241). Sum of RGB (Red+Green+Blue) = 237+176+241=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 176 (69.14% from 255 or 26.91% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDB0F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0F1 is #124F0E. Grayscale: #C9C9C9. Windows color (decimal): -1199887 or 15839469. OLE color: 15839469.

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

Color convert

RGB237176241-
CMYK0.020.2700.05
HSL296.31º69.89%81.76%-
HSV(B)296.31º26.97%94.51%-
XYZ66.3355.4190.42-
YUV201.65150.21153.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 176 (69.14% from 255) = 26.91%
BLUE value IS 241 (94.53% from 255) = 36.85%
R=36.24%
G=26.91%
B=36.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371762410.020.2700.05296.3169.8981.76
HexEDB0F121B051284652
Octal35526036123305450106122
Binary1110110110110000111100011011011010110010100010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0F1; }

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

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

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

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

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

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

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

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