#EEADED

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

Shades of Plum #EEADED

Tints of Plum #EEADED

Color information

#EEADED (or 0xEEADED) is unknown color: approx Plum. HEX triplet: EE, AD and ED. RGB value is (238,173,237). Sum of RGB (Red+Green+Blue) = 238+173+237=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADED is #115212. Grayscale: #C7C7C7. Windows color (decimal): -1135123 or 15576558. OLE color: 15576558.

HSL color Cylindrical-coordinate representation of color #EEADED: hue angle of 300.92º 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 #EEADED is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB238173237-
CMYK00.270.000.07
HSL300.92º65.66%80.59%-
HSV(B)300.92º27.31%93.33%-
XYZ65.4954.1887.13-
YUV199.73149.03155.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.73%
GREEN value IS 173 (67.97% from 255) = 26.70%
BLUE value IS 237 (92.97% from 255) = 36.57%
R=36.73%
G=26.70%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817323700.270.000.07300.9265.6680.59
HexEEADED01B0712d4251
Octal35625535503307455102121
Binary111011101010110111101101011011011110010110110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADED; }

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

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

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

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

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

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

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

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