#EFAFF3

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

Shades of Plum #EFAFF3

Tints of Plum #EFAFF3

Color information

#EFAFF3 (or 0xEFAFF3) is unknown color: approx Plum. HEX triplet: EF, AF and F3. RGB value is (239,175,243). Sum of RGB (Red+Green+Blue) = 239+175+243=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 175 (68.75% from 255 or 26.64% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFAFF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFF3 is #10500C. Grayscale: #C9C9C9. Windows color (decimal): -1069069 or 15970287. OLE color: 15970287.

HSL color Cylindrical-coordinate representation of color #EFAFF3: hue angle of 296.47º degrees, saturation: 0.74, 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 #EFAFF3 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239175243-
CMYK0.020.2800.05
HSL296.47º73.91%81.96%-
HSV(B)296.47º27.98%95.29%-
XYZ67.155.4891.97-
YUV201.89151.2154.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 175 (68.75% from 255) = 26.64%
BLUE value IS 243 (95.31% from 255) = 36.99%
R=36.38%
G=26.64%
B=36.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391752430.020.2800.05296.4773.9181.96
HexEFAFF321C051284a52
Octal35725736323405450112122
Binary1110111110101111111100111011100010110010100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFF3; }

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

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

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

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

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

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

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

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