#EDACEC

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

Shades of Plum #EDACEC

Tints of Plum #EDACEC

Color information

#EDACEC (or 0xEDACEC) is unknown color: approx Plum. HEX triplet: ED, AC and EC. RGB value is (237,172,236). Sum of RGB (Red+Green+Blue) = 237+172+236=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACEC is #125313. Grayscale: #C6C6C6. Windows color (decimal): -1200916 or 15510765. OLE color: 15510765.

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

Color convert

RGB237172236-
CMYK00.270.000.07
HSL300.92º64.36%80.2%-
HSV(B)300.92º27.43%92.94%-
XYZ64.8253.5786.28-
YUV198.73149.03155.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.74%
GREEN value IS 172 (67.58% from 255) = 26.67%
BLUE value IS 236 (92.58% from 255) = 36.59%
R=36.74%
G=26.67%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717223600.270.000.07300.9264.3680.2
HexEDACEC01B0712d4050
Octal35525435403307455100120
Binary111011011010110011101100011011011110010110110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACEC; }

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

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

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

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

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

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

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

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