#EDADF0

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

Shades of Plum #EDADF0

Tints of Plum #EDADF0

Color information

#EDADF0 (or 0xEDADF0) is unknown color: approx Plum. HEX triplet: ED, AD and F0. RGB value is (237,173,240). Sum of RGB (Red+Green+Blue) = 237+173+240=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADF0 is #12520F. Grayscale: #C7C7C7. Windows color (decimal): -1200656 or 15773165. OLE color: 15773165.

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

Color convert

RGB237173240-
CMYK0.010.2800.06
HSL297.31º69.07%80.98%-
HSV(B)297.31º27.92%94.12%-
XYZ65.654.1889.44-
YUV199.77150.7154.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.46%
GREEN value IS 173 (67.97% from 255) = 26.62%
BLUE value IS 240 (94.14% from 255) = 36.92%
R=36.46%
G=26.62%
B=36.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371732400.010.2800.06297.3169.0780.98
HexEDADF011C061294551
Octal35525536013406451105121
Binary111011011010110111110000111100011010010100110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADF0; }

 p { color: rgb(237,173,240); }

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

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

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

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

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

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

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