#EEABEF

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

Shades of Plum #EEABEF

Tints of Plum #EEABEF

Color information

#EEABEF (or 0xEEABEF) is unknown color: approx Plum. HEX triplet: EE, AB and EF. RGB value is (238,171,239). Sum of RGB (Red+Green+Blue) = 238+171+239=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 171 (67.19% from 255 or 26.39% 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 #EEABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEABEF is #115410. Grayscale: #C6C6C6. Windows color (decimal): -1135633 or 15707118. OLE color: 15707118.

HSL color Cylindrical-coordinate representation of color #EEABEF: hue angle of 299.12º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEABEF is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238171239-
CMYK0.000.2800.06
HSL299.12º68%80.39%-
HSV(B)299.12º28.45%93.73%-
XYZ65.453.5388.55-
YUV198.78150.7155.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.73%
GREEN value IS 171 (67.19% from 255) = 26.39%
BLUE value IS 239 (93.75% from 255) = 36.88%
R=36.73%
G=26.39%
B=36.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381712390.000.2800.06299.126880.39
HexEEABEF01C0612b4450
Octal35625335703406453104120
Binary111011101010101111101111011100011010010101110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEABEF; }

 p { color: rgb(238,171,239); }

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

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

 a { background-color: rgb(238,171,239); }

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

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

 span { border-color: rgb(238,171,239); }

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