#EBADEE

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

Shades of Plum #EBADEE

Tints of Plum #EBADEE

Color information

#EBADEE (or 0xEBADEE) is unknown color: approx Plum. HEX triplet: EB, AD and EE. RGB value is (235,173,238). Sum of RGB (Red+Green+Blue) = 235+173+238=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBADEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADEE is #145211. Grayscale: #C6C6C6. Windows color (decimal): -1331730 or 15642091. OLE color: 15642091.

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

Color convert

RGB235173238-
CMYK0.010.2700.07
HSL297.23º65.66%80.59%-
HSV(B)297.23º27.31%93.33%-
XYZ64.6453.7287.85-
YUV198.95150.04153.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 173 (67.97% from 255) = 26.78%
BLUE value IS 238 (93.36% from 255) = 36.84%
R=36.38%
G=26.78%
B=36.84%

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
Decimal2351732380.010.2700.07297.2365.6680.59
HexEBADEE11B071294251
Octal35325535613307451102121
Binary111010111010110111101110111011011110010100110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADEE; }

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

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

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

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

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

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

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

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