#EBACED

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

Shades of Plum #EBACED

Tints of Plum #EBACED

Color information

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

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

Color convert

RGB235172237-
CMYK0.010.2700.07
HSL298.15º64.36%80.2%-
HSV(B)298.15º27.43%92.94%-
XYZ64.353.2887.02-
YUV198.25149.87154.21-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351722370.010.2700.07298.1564.3680.2
HexEBACED11B0712a4050
Octal35325435513307452100120
Binary111010111010110011101101111011011110010101010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACED; }

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

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

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

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

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

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

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

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