#EDAFED

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

Shades of Plum #EDAFED

Tints of Plum #EDAFED

Color information

#EDAFED (or 0xEDAFED) is unknown color: approx Plum. HEX triplet: ED, AF and ED. RGB value is (237,175,237). Sum of RGB (Red+Green+Blue) = 237+175+237=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDAFED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAFED is #125012. Grayscale: #C8C8C8. Windows color (decimal): -1200147 or 15577069. OLE color: 15577069.

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

Color convert

RGB237175237-
CMYK00.2600.07
HSL300º63.27%80.78%-
HSV(B)300º26.16%92.94%-
XYZ65.5454.7887.24-
YUV200.61148.54153.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 175 (68.75% from 255) = 26.96%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=36.52%
G=26.96%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717523700.2600.0730063.2780.78
HexEDAFED01A0712c3f51
Octal3552573550320745477121
Binary11101101101011111110110101101001111001011001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFED; }

 p { color: rgb(237,175,237); }

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

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

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

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

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

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

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