#EEADEE

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

Shades of Plum #EEADEE

Tints of Plum #EEADEE

Color information

#EEADEE (or 0xEEADEE) is unknown color: approx Plum. HEX triplet: EE, AD and EE. RGB value is (238,173,238). Sum of RGB (Red+Green+Blue) = 238+173+238=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEADEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADEE is #115211. Grayscale: #C7C7C7. Windows color (decimal): -1135122 or 15642094. OLE color: 15642094.

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

Color convert

RGB238173238-
CMYK00.2700.07
HSL300º65.66%80.59%-
HSV(B)300º27.31%93.33%-
XYZ65.6454.2487.9-
YUV199.84149.53155.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.67%
GREEN value IS 173 (67.97% from 255) = 26.66%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=36.67%
G=26.66%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817323800.2700.0730065.6680.59
HexEEADEE01B0712c4251
Octal35625535603307454102121
Binary111011101010110111101110011011011110010110010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADEE; }

 p { color: rgb(238,173,238); }

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

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

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

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

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

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

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