#EDAAF3

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

Shades of Plum #EDAAF3

Tints of Plum #EDAAF3

Color information

#EDAAF3 (or 0xEDAAF3) is unknown color: approx Plum. HEX triplet: ED, AA and F3. RGB value is (237,170,243). Sum of RGB (Red+Green+Blue) = 237+170+243=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 170 (66.80% from 255 or 26.15% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDAAF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAAF3 is #12550C. Grayscale: #C6C6C6. Windows color (decimal): -1201421 or 15969005. OLE color: 15969005.

HSL color Cylindrical-coordinate representation of color #EDAAF3: hue angle of 295.07º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDAAF3 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237170243-
CMYK0.020.3000.05
HSL295.07º75.26%80.98%-
HSV(B)295.07º30.04%95.29%-
XYZ65.4853.2391.62-
YUV198.36153.2155.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.46%
GREEN value IS 170 (66.80% from 255) = 26.15%
BLUE value IS 243 (95.31% from 255) = 37.38%
R=36.46%
G=26.15%
B=37.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371702430.020.3000.05295.0775.2680.98
HexEDAAF321E051274b51
Octal35525236323605447113121
Binary1110110110101010111100111011110010110010011110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAF3; }

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

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

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

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

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

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

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

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