#EEADEB

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

Shades of Plum #EEADEB

Tints of Plum #EEADEB

Color information

#EEADEB (or 0xEEADEB) is unknown color: approx Plum. HEX triplet: EE, AD and EB. RGB value is (238,173,235). Sum of RGB (Red+Green+Blue) = 238+173+235=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADEB is #115214. Grayscale: #C7C7C7. Windows color (decimal): -1135125 or 15445486. OLE color: 15445486.

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

Color convert

RGB238173235-
CMYK00.270.010.07
HSL302.77º65.66%80.59%-
HSV(B)302.77º27.31%93.33%-
XYZ65.254.0685.6-
YUV199.5148.03155.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.84%
GREEN value IS 173 (67.97% from 255) = 26.78%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=36.84%
G=26.78%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817323500.270.010.07302.7765.6680.59
HexEEADEB01B1712f4251
Octal35625535303317457102121
Binary111011101010110111101011011011111110010111110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADEB; }

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

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

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

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

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

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

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

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