#EEADEF

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

Shades of Plum #EEADEF

Tints of Plum #EEADEF

Color information

#EEADEF (or 0xEEADEF) is unknown color: approx Plum. HEX triplet: EE, AD and EF. RGB value is (238,173,239). Sum of RGB (Red+Green+Blue) = 238+173+239=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEADEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADEF is #115210. Grayscale: #C7C7C7. Windows color (decimal): -1135121 or 15707630. OLE color: 15707630.

HSL color Cylindrical-coordinate representation of color #EEADEF: hue angle of 299.09º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEADEF is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238173239-
CMYK0.000.2800.06
HSL299.09º67.35%80.78%-
HSV(B)299.09º27.62%93.73%-
XYZ65.7854.388.67-
YUV199.96150.03155.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 173 (67.97% from 255) = 26.62%
BLUE value IS 239 (93.75% from 255) = 36.77%
R=36.62%
G=26.62%
B=36.77%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381732390.000.2800.06299.0967.3580.78
HexEEADEF01C0612b4351
Octal35625535703406453103121
Binary111011101010110111101111011100011010010101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADEF; }

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

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

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

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

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

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

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

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