#EBAEEF

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

Shades of Plum #EBAEEF

Tints of Plum #EBAEEF

Color information

#EBAEEF (or 0xEBAEEF) is unknown color: approx Plum. HEX triplet: EB, AE and EF. RGB value is (235,174,239). Sum of RGB (Red+Green+Blue) = 235+174+239=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBAEEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEEF is #145110. Grayscale: #C7C7C7. Windows color (decimal): -1331473 or 15707883. OLE color: 15707883.

HSL color Cylindrical-coordinate representation of color #EBAEEF: hue angle of 296.31º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBAEEF is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235174239-
CMYK0.020.2700.06
HSL296.31º67.01%80.98%-
HSV(B)296.31º27.2%93.73%-
XYZ64.9854.1788.69-
YUV199.65150.21153.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 174 (68.36% from 255) = 26.85%
BLUE value IS 239 (93.75% from 255) = 36.88%
R=36.27%
G=26.85%
B=36.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351742390.020.2700.06296.3167.0180.98
HexEBAEEF21B061284351
Octal35325635723306450103121
Binary1110101110101110111011111011011011010010100010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEEF; }

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

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

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

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

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

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

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

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