#EDADEE

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

Shades of Plum #EDADEE

Tints of Plum #EDADEE

Color information

#EDADEE (or 0xEDADEE) is unknown color: approx Plum. HEX triplet: ED, AD and EE. RGB value is (237,173,238). Sum of RGB (Red+Green+Blue) = 237+173+238=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDADEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADEE is #125211. Grayscale: #C7C7C7. Windows color (decimal): -1200658 or 15642093. OLE color: 15642093.

HSL color Cylindrical-coordinate representation of color #EDADEE: hue angle of 299.08º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDADEE is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237173238-
CMYK0.000.2700.07
HSL299.08º65.66%80.59%-
HSV(B)299.08º27.31%93.33%-
XYZ65.354.0687.88-
YUV199.55149.7154.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 173 (67.97% from 255) = 26.70%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=36.57%
G=26.70%
B=36.73%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371732380.000.2700.07299.0865.6680.59
HexEDADEE01B0712b4251
Octal35525535603307453102121
Binary111011011010110111101110011011011110010101110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADEE; }

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

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

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

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

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

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

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

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