#EDB1EE

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

Shades of Plum #EDB1EE

Tints of Plum #EDB1EE

Color information

#EDB1EE (or 0xEDB1EE) is unknown color: approx Plum. HEX triplet: ED, B1 and EE. RGB value is (237,177,238). Sum of RGB (Red+Green+Blue) = 237+177+238=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 177 (69.53% from 255 or 27.15% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDB1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB1EE is #124E11. Grayscale: #C9C9C9. Windows color (decimal): -1199634 or 15643117. OLE color: 15643117.

HSL color Cylindrical-coordinate representation of color #EDB1EE: hue angle of 299.02º degrees, saturation: 0.64, 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 #EDB1EE is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237177238-
CMYK0.000.2600.07
HSL299.02º64.21%81.37%-
HSV(B)299.02º25.63%93.33%-
XYZ66.0855.6288.14-
YUV201.89148.38153.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.35%
GREEN value IS 177 (69.53% from 255) = 27.15%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=36.35%
G=27.15%
B=36.50%

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
Decimal2371772380.000.2600.07299.0264.2181.37
HexEDB1EE01A0712b4051
Octal35526135603207453100121
Binary111011011011000111101110011010011110010101110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB1EE; }

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

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

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

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

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

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

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

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