#EDAEEA

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

Shades of Plum #EDAEEA

Tints of Plum #EDAEEA

Color information

#EDAEEA (or 0xEDAEEA) is unknown color: approx Plum. HEX triplet: ED, AE and EA. RGB value is (237,174,234). Sum of RGB (Red+Green+Blue) = 237+174+234=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAEEA is #125115. Grayscale: #C7C7C7. Windows color (decimal): -1200406 or 15380205. OLE color: 15380205.

HSL color Cylindrical-coordinate representation of color #EDAEEA: hue angle of 302.86º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDAEEA is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237174234-
CMYK00.270.010.07
HSL302.86º63.64%80.59%-
HSV(B)302.86º26.58%92.94%-
XYZ64.9154.2284.89-
YUV199.68147.37154.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.74%
GREEN value IS 174 (68.36% from 255) = 26.98%
BLUE value IS 234 (91.80% from 255) = 36.28%
R=36.74%
G=26.98%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717423400.270.010.07302.8663.6480.59
HexEDAEEA01B1712f4051
Octal35525635203317457100121
Binary111011011010111011101010011011111110010111110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEEA; }

 p { color: rgb(237,174,234); }

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

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

 a { background-color: rgb(237,174,234); }

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

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

 span { border-color: rgb(237,174,234); }

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