#EBAEED

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

Shades of Plum #EBAEED

Tints of Plum #EBAEED

Color information

#EBAEED (or 0xEBAEED) is unknown color: approx Plum. HEX triplet: EB, AE and ED. RGB value is (235,174,237). Sum of RGB (Red+Green+Blue) = 235+174+237=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBAEED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEED is #145112. Grayscale: #C7C7C7. Windows color (decimal): -1331475 or 15576811. OLE color: 15576811.

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

Color convert

RGB235174237-
CMYK0.010.2700.07
HSL298.1º63.64%80.59%-
HSV(B)298.1º26.58%92.94%-
XYZ64.6854.0587.14-
YUV199.42149.21153.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 174 (68.36% from 255) = 26.93%
BLUE value IS 237 (92.97% from 255) = 36.69%
R=36.38%
G=26.93%
B=36.69%

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
Decimal2351742370.010.2700.07298.163.6480.59
HexEBAEED11B0712a4051
Octal35325635513307452100121
Binary111010111010111011101101111011011110010101010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEED; }

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

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

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

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

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

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

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

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