#EFAEEE

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

Shades of Plum #EFAEEE

Tints of Plum #EFAEEE

Color information

#EFAEEE (or 0xEFAEEE) is unknown color: approx Plum. HEX triplet: EF, AE and EE. RGB value is (239,174,238). Sum of RGB (Red+Green+Blue) = 239+174+238=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 174 (68.36% from 255 or 26.73% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEEE is #105111. Grayscale: #C8C8C8. Windows color (decimal): -1069330 or 15642351. OLE color: 15642351.

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

Color convert

RGB239174238-
CMYK00.270.000.06
HSL300.92º67.01%80.98%-
HSV(B)300.92º27.2%93.73%-
XYZ66.1754.887.98-
YUV200.73149.03155.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 174 (68.36% from 255) = 26.73%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=36.71%
G=26.73%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917423800.270.000.06300.9267.0180.98
HexEFAEEE01B0612d4351
Octal35725635603306455103121
Binary111011111010111011101110011011011010010110110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEEE; }

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

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

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

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

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

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

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

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