#EDADE9

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

Shades of Plum #EDADE9

Tints of Plum #EDADE9

Color information

#EDADE9 (or 0xEDADE9) is unknown color: approx Plum. HEX triplet: ED, AD and E9. RGB value is (237,173,233). Sum of RGB (Red+Green+Blue) = 237+173+233=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADE9 is #125216. Grayscale: #C6C6C6. Windows color (decimal): -1200663 or 15314413. OLE color: 15314413.

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

Color convert

RGB237173233-
CMYK00.270.020.07
HSL303.75º64%80.39%-
HSV(B)303.75º27%92.94%-
XYZ64.5853.7784.07-
YUV198.98147.2155.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 173 (67.97% from 255) = 26.91%
BLUE value IS 233 (91.41% from 255) = 36.24%
R=36.86%
G=26.91%
B=36.24%

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
Decimal23717323300.270.020.07303.756480.39
HexEDADE901B271304050
Octal35525535103327460100120
Binary1110110110101101111010010110111011110011000010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADE9; }

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

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

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

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

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

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

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

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