#EDAFEF

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

Shades of Plum #EDAFEF

Tints of Plum #EDAFEF

Color information

#EDAFEF (or 0xEDAFEF) is unknown color: approx Plum. HEX triplet: ED, AF and EF. RGB value is (237,175,239). Sum of RGB (Red+Green+Blue) = 237+175+239=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDAFEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAFEF is #125010. Grayscale: #C8C8C8. Windows color (decimal): -1200145 or 15708141. OLE color: 15708141.

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

Color convert

RGB237175239-
CMYK0.010.2700.06
HSL298.12º66.67%81.18%-
HSV(B)298.12º26.78%93.73%-
XYZ65.8454.988.79-
YUV200.83149.54153.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.41%
GREEN value IS 175 (68.75% from 255) = 26.88%
BLUE value IS 239 (93.75% from 255) = 36.71%
R=36.41%
G=26.88%
B=36.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371752390.010.2700.06298.1266.6781.18
HexEDAFEF11B0612a4351
Octal35525735713306452103121
Binary111011011010111111101111111011011010010101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFEF; }

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

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

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

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

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

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

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

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