#EFAEEF

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

Shades of Plum #EFAEEF

Tints of Plum #EFAEEF

Color information

#EFAEEF (or 0xEFAEEF) is unknown color: approx Plum. HEX triplet: EF, AE and EF. RGB value is (239,174,239). Sum of RGB (Red+Green+Blue) = 239+174+239=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 174 (68.36% from 255 or 26.69% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFAEEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEEF is #105110. Grayscale: #C8C8C8. Windows color (decimal): -1069329 or 15707887. OLE color: 15707887.

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

Color convert

RGB239174239-
CMYK00.2700.06
HSL300º67.01%80.98%-
HSV(B)300º27.2%93.73%-
XYZ66.3154.8588.75-
YUV200.84149.53155.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 174 (68.36% from 255) = 26.69%
BLUE value IS 239 (93.75% from 255) = 36.66%
R=36.66%
G=26.69%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917423900.2700.0630067.0180.98
HexEFAEEF01B0612c4351
Octal35725635703306454103121
Binary111011111010111011101111011011011010010110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEEF; }

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

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

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

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

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

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

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

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