#EDACE9

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

Shades of Plum #EDACE9

Tints of Plum #EDACE9

Color information

#EDACE9 (or 0xEDACE9) is unknown color: approx Plum. HEX triplet: ED, AC and E9. RGB value is (237,172,233). Sum of RGB (Red+Green+Blue) = 237+172+233=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACE9 is #125316. Grayscale: #C6C6C6. Windows color (decimal): -1200919 or 15314157. OLE color: 15314157.

HSL color Cylindrical-coordinate representation of color #EDACE9: hue angle of 303.69º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDACE9 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB237172233-
CMYK00.270.020.07
HSL303.69º64.36%80.2%-
HSV(B)303.69º27.43%92.94%-
XYZ64.3953.3984-
YUV198.39147.53155.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 172 (67.58% from 255) = 26.79%
BLUE value IS 233 (91.41% from 255) = 36.29%
R=36.92%
G=26.79%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717223300.270.020.07303.6964.3680.2
HexEDACE901B271304050
Octal35525435103327460100120
Binary1110110110101100111010010110111011110011000010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACE9; }

 p { color: rgb(237,172,233); }

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

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

 a { background-color: rgb(237,172,233); }

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

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

 span { border-color: rgb(237,172,233); }

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