#EDACE8

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

Shades of Plum #EDACE8

Tints of Plum #EDACE8

Color information

#EDACE8 (or 0xEDACE8) is unknown color: approx Plum. HEX triplet: ED, AC and E8. RGB value is (237,172,232). Sum of RGB (Red+Green+Blue) = 237+172+232=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACE8 is #125317. Grayscale: #C6C6C6. Windows color (decimal): -1200920 or 15248621. OLE color: 15248621.

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

Color convert

RGB237172232-
CMYK00.270.020.07
HSL304.62º64.36%80.2%-
HSV(B)304.62º27.43%92.94%-
XYZ64.2453.3483.25-
YUV198.28147.03155.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 172 (67.58% from 255) = 26.83%
BLUE value IS 232 (91.02% from 255) = 36.19%
R=36.97%
G=26.83%
B=36.19%

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
Decimal23717223200.270.020.07304.6264.3680.2
HexEDACE801B271314050
Octal35525435003327461100120
Binary1110110110101100111010000110111011110011000110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACE8; }

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

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

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

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

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

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

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

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