#EDACEB

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

Shades of Plum #EDACEB

Tints of Plum #EDACEB

Color information

#EDACEB (or 0xEDACEB) is unknown color: approx Plum. HEX triplet: ED, AC and EB. RGB value is (237,172,235). Sum of RGB (Red+Green+Blue) = 237+172+235=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACEB is #125314. Grayscale: #C6C6C6. Windows color (decimal): -1200917 or 15445229. OLE color: 15445229.

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

Color convert

RGB237172235-
CMYK00.270.010.07
HSL301.85º64.36%80.2%-
HSV(B)301.85º27.43%92.94%-
XYZ64.6753.5185.52-
YUV198.62148.53155.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 172 (67.58% from 255) = 26.71%
BLUE value IS 235 (92.19% from 255) = 36.49%
R=36.80%
G=26.71%
B=36.49%

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
Decimal23717223500.270.010.07301.8564.3680.2
HexEDACEB01B1712e4050
Octal35525435303317456100120
Binary111011011010110011101011011011111110010111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACEB; }

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

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

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

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

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

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

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

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