#EDB0EE

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

Shades of Plum #EDB0EE

Tints of Plum #EDB0EE

Color information

#EDB0EE (or 0xEDB0EE) is unknown color: approx Plum. HEX triplet: ED, B0 and EE. RGB value is (237,176,238). Sum of RGB (Red+Green+Blue) = 237+176+238=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDB0EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0EE is #124F11. Grayscale: #C9C9C9. Windows color (decimal): -1199890 or 15642861. OLE color: 15642861.

HSL color Cylindrical-coordinate representation of color #EDB0EE: hue angle of 299.03º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0EE is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237176238-
CMYK0.000.2600.07
HSL299.03º64.58%81.18%-
HSV(B)299.03º26.05%93.33%-
XYZ65.8855.2388.08-
YUV201.31148.71153.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.41%
GREEN value IS 176 (69.14% from 255) = 27.04%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=36.41%
G=27.04%
B=36.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371762380.000.2600.07299.0364.5881.18
HexEDB0EE01A0712b4151
Octal35526035603207453101121
Binary111011011011000011101110011010011110010101110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0EE; }

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

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

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

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

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

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

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

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