#EDAAE7

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

Shades of Plum #EDAAE7

Tints of Plum #EDAAE7

Color information

#EDAAE7 (or 0xEDAAE7) is unknown color: approx Plum. HEX triplet: ED, AA and E7. RGB value is (237,170,231). Sum of RGB (Red+Green+Blue) = 237+170+231=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAAE7 is #125518. Grayscale: #C4C4C4. Windows color (decimal): -1201433 or 15182573. OLE color: 15182573.

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

Color convert

RGB237170231-
CMYK00.280.030.07
HSL305.37º65.05%79.8%-
HSV(B)305.37º28.27%92.94%-
XYZ63.7252.5282.38-
YUV196.99147.2156.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 170 (66.80% from 255) = 26.65%
BLUE value IS 231 (90.62% from 255) = 36.21%
R=37.15%
G=26.65%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717023100.280.030.07305.3765.0579.8
HexEDAAE701C371314150
Octal35525234703437461101120
Binary1110110110101010111001110111001111110011000110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAE7; }

 p { color: rgb(237,170,231); }

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

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

 a { background-color: rgb(237,170,231); }

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

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

 span { border-color: rgb(237,170,231); }

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