#EFAEF4

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

Shades of Plum #EFAEF4

Tints of Plum #EFAEF4

Color information

#EFAEF4 (or 0xEFAEF4) is unknown color: approx Plum. HEX triplet: EF, AE and F4. RGB value is (239,174,244). Sum of RGB (Red+Green+Blue) = 239+174+244=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 174 (68.36% from 255 or 26.48% from 657); Blue value is 244 (95.70% from 255 or 37.14% from 657); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFAEF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEF4 is #10510B. Grayscale: #C9C9C9. Windows color (decimal): -1069324 or 16035567. OLE color: 16035567.

HSL color Cylindrical-coordinate representation of color #EFAEF4: hue angle of 295.71º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAEF4 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239174244-
CMYK0.020.2900.04
HSL295.71º76.09%81.96%-
HSV(B)295.71º28.69%95.69%-
XYZ67.0655.1592.7-
YUV201.42152.03154.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 174 (68.36% from 255) = 26.48%
BLUE value IS 244 (95.70% from 255) = 37.14%
R=36.38%
G=26.48%
B=37.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391742440.020.2900.04295.7176.0981.96
HexEFAEF421D041284c52
Octal35725636423504450114122
Binary1110111110101110111101001011101010010010100010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEF4; }

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

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

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

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

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

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

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

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