#EDB0F2

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

Shades of Plum #EDB0F2

Tints of Plum #EDB0F2

Color information

#EDB0F2 (or 0xEDB0F2) is unknown color: approx Plum. HEX triplet: ED, B0 and F2. RGB value is (237,176,242). Sum of RGB (Red+Green+Blue) = 237+176+242=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 176 (69.14% from 255 or 26.87% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDB0F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0F2 is #124F0D. Grayscale: #C9C9C9. Windows color (decimal): -1199886 or 15905005. OLE color: 15905005.

HSL color Cylindrical-coordinate representation of color #EDB0F2: hue angle of 295.45º degrees, saturation: 0.72, 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 #EDB0F2 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237176242-
CMYK0.020.2700.05
HSL295.45º71.74%81.96%-
HSV(B)295.45º27.27%94.9%-
XYZ66.4855.4791.21-
YUV201.76150.71153.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 176 (69.14% from 255) = 26.87%
BLUE value IS 242 (94.92% from 255) = 36.95%
R=36.18%
G=26.87%
B=36.95%

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
Decimal2371762420.020.2700.05295.4571.7481.96
HexEDB0F221B051274852
Octal35526036223305447110122
Binary1110110110110000111100101011011010110010011110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0F2; }

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

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

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

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

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

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

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

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