#EDABEB

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

Shades of Plum #EDABEB

Tints of Plum #EDABEB

Color information

#EDABEB (or 0xEDABEB) is unknown color: approx Plum. HEX triplet: ED, AB and EB. RGB value is (237,171,235). Sum of RGB (Red+Green+Blue) = 237+171+235=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDABEB is #125414. Grayscale: #C5C5C5. Windows color (decimal): -1201173 or 15444973. OLE color: 15444973.

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

Color convert

RGB237171235-
CMYK00.280.010.07
HSL301.82º64.71%80%-
HSV(B)301.82º27.85%92.94%-
XYZ64.4853.1385.45-
YUV198.03148.87155.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 171 (67.19% from 255) = 26.59%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=36.86%
G=26.59%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717123500.280.010.07301.8264.7180
HexEDABEB01C1712e4150
Octal35525335303417456101120
Binary111011011010101111101011011100111110010111010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABEB; }

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

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

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

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

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

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

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

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