#EFAFF2

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

Shades of Plum #EFAFF2

Tints of Plum #EFAFF2

Color information

#EFAFF2 (or 0xEFAFF2) is unknown color: approx Plum. HEX triplet: EF, AF and F2. RGB value is (239,175,242). Sum of RGB (Red+Green+Blue) = 239+175+242=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFAFF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFF2 is #10500D. Grayscale: #C9C9C9. Windows color (decimal): -1069070 or 15904751. OLE color: 15904751.

HSL color Cylindrical-coordinate representation of color #EFAFF2: hue angle of 297.31º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFAFF2 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239175242-
CMYK0.010.2800.05
HSL297.31º72.04%81.76%-
HSV(B)297.31º27.69%94.9%-
XYZ66.9555.4291.17-
YUV201.77150.7154.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 175 (68.75% from 255) = 26.68%
BLUE value IS 242 (94.92% from 255) = 36.89%
R=36.43%
G=26.68%
B=36.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391752420.010.2800.05297.3172.0481.76
HexEFAFF211C051294852
Octal35725736213405451110122
Binary111011111010111111110010111100010110010100110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFF2; }

 p { color: rgb(239,175,242); }

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

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

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

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

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

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

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