#EEAEF2

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

Shades of Plum #EEAEF2

Tints of Plum #EEAEF2

Color information

#EEAEF2 (or 0xEEAEF2) is unknown color: approx Plum. HEX triplet: EE, AE and F2. RGB value is (238,174,242). Sum of RGB (Red+Green+Blue) = 238+174+242=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 174 (68.36% from 255 or 26.61% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEAEF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAEF2 is #11510D. Grayscale: #C8C8C8. Windows color (decimal): -1134862 or 15904494. OLE color: 15904494.

HSL color Cylindrical-coordinate representation of color #EEAEF2: hue angle of 296.47º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEAEF2 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238174242-
CMYK0.020.2800.05
HSL296.47º72.34%81.57%-
HSV(B)296.47º28.1%94.9%-
XYZ66.4254.8691.09-
YUV200.89151.2154.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 174 (68.36% from 255) = 26.61%
BLUE value IS 242 (94.92% from 255) = 37.00%
R=36.39%
G=26.61%
B=37.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381742420.020.2800.05296.4772.3481.57
HexEEAEF221C051284852
Octal35625636223405450110122
Binary1110111010101110111100101011100010110010100010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEF2; }

 p { color: rgb(238,174,242); }

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

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

 a { background-color: rgb(238,174,242); }

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

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

 span { border-color: rgb(238,174,242); }

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