#EEAFEC

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

Shades of Plum #EEAFEC

Tints of Plum #EEAFEC

Color information

#EEAFEC (or 0xEEAFEC) is unknown color: approx Plum. HEX triplet: EE, AF and EC. RGB value is (238,175,236). Sum of RGB (Red+Green+Blue) = 238+175+236=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAFEC is #115013. Grayscale: #C8C8C8. Windows color (decimal): -1134612 or 15511534. OLE color: 15511534.

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

Color convert

RGB238175236-
CMYK00.260.010.07
HSL301.9º64.95%80.98%-
HSV(B)301.9º26.47%93.33%-
XYZ65.7354.8986.49-
YUV200.79147.87154.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.67%
GREEN value IS 175 (68.75% from 255) = 26.96%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=36.67%
G=26.96%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817523600.260.010.07301.964.9580.98
HexEEAFEC01A1712e4151
Octal35625735403217456101121
Binary111011101010111111101100011010111110010111010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFEC; }

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

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

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

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

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

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

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

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