#EEADF1

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

Shades of Plum #EEADF1

Tints of Plum #EEADF1

Color information

#EEADF1 (or 0xEEADF1) is unknown color: approx Plum. HEX triplet: EE, AD and F1. RGB value is (238,173,241). Sum of RGB (Red+Green+Blue) = 238+173+241=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADF1 is #11520E. Grayscale: #C7C7C7. Windows color (decimal): -1135119 or 15838702. OLE color: 15838702.

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

Color convert

RGB238173241-
CMYK0.010.2800.05
HSL297.35º70.83%81.18%-
HSV(B)297.35º28.22%94.51%-
XYZ66.0854.4290.24-
YUV200.19151.03154.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 173 (67.97% from 255) = 26.53%
BLUE value IS 241 (94.53% from 255) = 36.96%
R=36.50%
G=26.53%
B=36.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381732410.010.2800.05297.3570.8381.18
HexEEADF111C051294751
Octal35625536113405451107121
Binary111011101010110111110001111100010110010100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADF1; }

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

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

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

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

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

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

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

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