#EBADEC

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

Shades of Plum #EBADEC

Tints of Plum #EBADEC

Color information

#EBADEC (or 0xEBADEC) is unknown color: approx Plum. HEX triplet: EB, AD and EC. RGB value is (235,173,236). Sum of RGB (Red+Green+Blue) = 235+173+236=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADEC is #145213. Grayscale: #C6C6C6. Windows color (decimal): -1331732 or 15511019. OLE color: 15511019.

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

Color convert

RGB235173236-
CMYK0.000.2700.07
HSL299.05º62.38%80.2%-
HSV(B)299.05º26.69%92.55%-
XYZ64.3453.6186.31-
YUV198.72149.04153.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 173 (67.97% from 255) = 26.86%
BLUE value IS 236 (92.58% from 255) = 36.65%
R=36.49%
G=26.86%
B=36.65%

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
Decimal2351732360.000.2700.07299.0562.3880.2
HexEBADEC01B0712b3e50
Octal3532553540330745376120
Binary11101011101011011110110001101101111001010111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADEC; }

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

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

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

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

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

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

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

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