#EDADEB

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

Shades of Plum #EDADEB

Tints of Plum #EDADEB

Color information

#EDADEB (or 0xEDADEB) is unknown color: approx Plum. HEX triplet: ED, AD and EB. RGB value is (237,173,235). Sum of RGB (Red+Green+Blue) = 237+173+235=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADEB is #125214. Grayscale: #C7C7C7. Windows color (decimal): -1200661 or 15445485. OLE color: 15445485.

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

Color convert

RGB237173235-
CMYK00.270.010.07
HSL301.88º64%80.39%-
HSV(B)301.88º27%92.94%-
XYZ64.8653.8985.58-
YUV199.2148.2154.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.74%
GREEN value IS 173 (67.97% from 255) = 26.82%
BLUE value IS 235 (92.19% from 255) = 36.43%
R=36.74%
G=26.82%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717323500.270.010.07301.886480.39
HexEDADEB01B1712e4050
Octal35525535303317456100120
Binary111011011010110111101011011011111110010111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADEB; }

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

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

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

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

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

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

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

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