#EDAAF0

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

Shades of Plum #EDAAF0

Tints of Plum #EDAAF0

Color information

#EDAAF0 (or 0xEDAAF0) is unknown color: approx Plum. HEX triplet: ED, AA and F0. RGB value is (237,170,240). Sum of RGB (Red+Green+Blue) = 237+170+240=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDAAF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAAF0 is #12550F. Grayscale: #C5C5C5. Windows color (decimal): -1201424 or 15772397. OLE color: 15772397.

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

Color convert

RGB237170240-
CMYK0.010.2900.06
HSL297.43º70%80.39%-
HSV(B)297.43º29.17%94.12%-
XYZ65.0353.0589.25-
YUV198.01151.7155.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 170 (66.80% from 255) = 26.28%
BLUE value IS 240 (94.14% from 255) = 37.09%
R=36.63%
G=26.28%
B=37.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371702400.010.2900.06297.437080.39
HexEDAAF011D061294650
Octal35525236013506451106120
Binary111011011010101011110000111101011010010100110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAF0; }

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

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

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

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

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

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

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

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