#EDAAEB

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

Shades of Plum #EDAAEB

Tints of Plum #EDAAEB

Color information

#EDAAEB (or 0xEDAAEB) is unknown color: approx Plum. HEX triplet: ED, AA and EB. RGB value is (237,170,235). Sum of RGB (Red+Green+Blue) = 237+170+235=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAAEB is #125514. Grayscale: #C5C5C5. Windows color (decimal): -1201429 or 15444717. OLE color: 15444717.

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

Color convert

RGB237170235-
CMYK00.280.010.07
HSL301.79º65.05%79.8%-
HSV(B)301.79º28.27%92.94%-
XYZ64.352.7585.39-
YUV197.44149.2156.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 170 (66.80% from 255) = 26.48%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=36.92%
G=26.48%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717023500.280.010.07301.7965.0579.8
HexEDAAEB01C1712e4150
Octal35525235303417456101120
Binary111011011010101011101011011100111110010111010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAEB; }

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

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

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

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

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

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

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

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