#EEABEC

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

Shades of Plum #EEABEC

Tints of Plum #EEABEC

Color information

#EEABEC (or 0xEEABEC) is unknown color: approx Plum. HEX triplet: EE, AB and EC. RGB value is (238,171,236). Sum of RGB (Red+Green+Blue) = 238+171+236=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEABEC is #115413. Grayscale: #C6C6C6. Windows color (decimal): -1135636 or 15510510. OLE color: 15510510.

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

Color convert

RGB238171236-
CMYK00.280.010.07
HSL301.79º66.34%80.2%-
HSV(B)301.79º28.15%93.33%-
XYZ64.9653.3686.23-
YUV198.44149.2156.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.90%
GREEN value IS 171 (67.19% from 255) = 26.51%
BLUE value IS 236 (92.58% from 255) = 36.59%
R=36.90%
G=26.51%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817123600.280.010.07301.7966.3480.2
HexEEABEC01C1712e4250
Octal35625335403417456102120
Binary111011101010101111101100011100111110010111010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEABEC; }

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

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

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

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

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

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

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

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