#EDAEF0

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

Shades of Plum #EDAEF0

Tints of Plum #EDAEF0

Color information

#EDAEF0 (or 0xEDAEF0) is unknown color: approx Plum. HEX triplet: ED, AE and F0. RGB value is (237,174,240). Sum of RGB (Red+Green+Blue) = 237+174+240=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 174 (68.36% from 255 or 26.73% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDAEF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAEF0 is #12510F. Grayscale: #C8C8C8. Windows color (decimal): -1200400 or 15773421. OLE color: 15773421.

HSL color Cylindrical-coordinate representation of color #EDAEF0: hue angle of 297.27º 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 #EDAEF0 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237174240-
CMYK0.010.2800.06
HSL297.27º68.75%81.18%-
HSV(B)297.27º27.5%94.12%-
XYZ65.7954.5789.5-
YUV200.36150.37154.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.41%
GREEN value IS 174 (68.36% from 255) = 26.73%
BLUE value IS 240 (94.14% from 255) = 36.87%
R=36.41%
G=26.73%
B=36.87%

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
Decimal2371742400.010.2800.06297.2768.7581.18
HexEDAEF011C061294551
Octal35525636013406451105121
Binary111011011010111011110000111100011010010100110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEF0; }

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

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

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

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

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

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

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

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