#EFADEC

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

Shades of Plum #EFADEC

Tints of Plum #EFADEC

Color information

#EFADEC (or 0xEFADEC) is unknown color: approx Plum. HEX triplet: EF, AD and EC. RGB value is (239,173,236). Sum of RGB (Red+Green+Blue) = 239+173+236=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADEC is #105213. Grayscale: #C7C7C7. Windows color (decimal): -1069588 or 15511023. OLE color: 15511023.

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

Color convert

RGB239173236-
CMYK00.280.010.06
HSL302.73º67.35%80.78%-
HSV(B)302.73º27.62%93.73%-
XYZ65.6854.2986.37-
YUV199.92148.37155.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.88%
GREEN value IS 173 (67.97% from 255) = 26.70%
BLUE value IS 236 (92.58% from 255) = 36.42%
R=36.88%
G=26.70%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917323600.280.010.06302.7367.3580.78
HexEFADEC01C1612f4351
Octal35725535403416457103121
Binary111011111010110111101100011100111010010111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADEC; }

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

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

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

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

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

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

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

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